In Google chrome when I start typing in a text box I get auto completion for things I have use din the past, this however is only for the current letter. Is there a way I can see all of the auto complete data Google Chrome has for this text box?
1 Answer
Google Chrome stores a lot of stuff in SQLite databases. To look at this data, download and run SQLite Browser.
The instructions are for Windows systems. On other platforms, use the location of user data directories specific to that OS.
Open
%LOCALAPPDATA%\Google\Chrome\User Data\Default\Web DataIf Chrome is currently running, you won't be able to access the file, so first make a copy of it by running:
copy "%LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data" "%LOCALAPPDATA%\Google\Chrome\User Data\Default\WebData-working"
Open
WebData-workingin SQLite Browser, switch to the Browse Data tab and selectautofillfrom the Table dropdown list.