![Google Chrome 个人创建的搜索引擎书签文件在哪里?](https://linux22.com/image/1321365/Google%20Chrome%20%E4%B8%AA%E4%BA%BA%E5%88%9B%E5%BB%BA%E7%9A%84%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E%E4%B9%A6%E7%AD%BE%E6%96%87%E4%BB%B6%E5%9C%A8%E5%93%AA%E9%87%8C%EF%BC%9F.png)
您可以右键单击地址栏,然后单击“编辑搜索引擎...”并添加您自己的搜索引擎。包含这些内容的文件在哪里,以便我可以在记事本中打开并自行编辑?
答案1
该文件为 Web Data。位置为:
Win Vista/7:%localappdata%\Google\Chrome\User Data\Default
Win 2k/XP:%userprofile%\Local Settings\Application Data\Google\Chrome\User Data\Default\Web Data
*nix: ~/.config/google-chrome
Mac:〜/ Library / Application Support / Google / Chrome / Default
它是一个 sqlite3 数据库,因此您需要一个 sqlite 工具来编辑它。