Skip to content

Batch scripts to help users export and import a browser keywords(e.g. Microsoft Edge and Chrome).

License

Notifications You must be signed in to change notification settings

ELPSI/Export_Import_Browser_Keywords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export_Import_Browser_Keywords

Batch scripts to help users export and import a browser keywords(e.g. Microsoft Edge and Chrome).

Overview

Edge

  • Edge Custom Search Engines Settings URL: edge://settings/searchEngines
  • Edge User Profile Directory: %LOCALAPPDATA%\Microsoft\Edge\Default
  • Edge Database: %LOCALAPPDATA%\Microsoft\Edge\Default\Web Data

Chrome

  • Chrome Custom Search Engines Settings URL: chrome://settings/searchEngines
  • Chrome User Profile Directory: %LOCALAPPDATA%\Google\Chrome\User Data\Default
  • Chrome Database: %LOCALAPPDATA%\Google\Chrome\User Data\Default\Web Data

Both Edge and Chrome keywords table is held withing the sqlite database mentioned above.

Scripts

Export_Import_Browser_Keywords.bat:

  • EXPORT a browser's keywords (custom searchEngines) to a SQL file and a CSV file using sqlite3.
  • IMPORT a browser's keywords (custom searchEngines) from a SQL file using sqlite3.
  • The config file is BrowserPath.ini.

SQL

Output .sql files are exported to output/keywords.sql. This same SQL script can be used for importing back into Edge or Chrome.

Note that all scripts rely on a dependency for having sqlite3. You can use the file sqlite3.exe or easy install it via scoop:

scoop install sqlite

Another useful tool for viewing the Web Data database contents is sqlitebrowser which can be installed via:

scoop install sqlitebrowser

image

Current Search Engines

image

Thanks

This project was inspired by:

Author

@ELPSI

License

MIT

About

Batch scripts to help users export and import a browser keywords(e.g. Microsoft Edge and Chrome).

Topics

Resources

License

Stars

Watchers

Forks

Packages