
我在這裡讀過一些文章,建議我們能夠將 Chrome 的歷史記錄作為 SQLite 資料庫檢索:
我似乎找不到這些應該所在的資料夾。在第一篇文章中,提供的路徑是 ~/Library/Application\ Support/Google/Chrome/Default/History,但我的檔案系統中沒有這樣的目錄。我在 Mac OS X Lion 上使用 Chrome 26.0.1410.65。我已使用我的 Google 帳戶登入。
文章http://unlockforus.blogspot.it/2008/09/how-opening-google-chrome-files-history.html上面最後提供的內容非常有用,但它僅適用於 Windows。除了 Mac 之外,有類似的東西嗎?有沒有辦法找到 Chrome 儲存我的歷史記錄的資料夾?
答案1
我的出現在這裡:
/Volumes/[Name_of_My_Home_Partition]/home/Library/Application Support/Google/Chrome/Default/
我通過打開終端並運行以下命令找到了它:
sudo find / -type d -iname "chrome"