Import history and cookies from google chrome
How do I import history and cookies from Google Chrome? I have done favorites and passwords.
How do I import history and cookies from Google Chrome?
I have done favorites and passwords.
Wšě wotmołwy (2)
I don't have Google Chrome so i don't know much about it, but try these links:
How to Export history from Google Chrome ?
Export Cookies from Google Chrome ?
- http://www.google.com/support/forum/p/Chrome/thread?tid=4c0e2c8b4b170070&hl=en
- http://www.google.com/support/chrome/bin/search.py?hl=en&forum=1&query=export+cookies+more%3Aforum
Check and tell if its working.
For more assistance regarding Google Chrome:
This seem to work (more or less) to see the Google Chrome History:
- SQLite Manager: https://addons.mozilla.org/firefox/addon/sqlite-manager/
- Open Database > Connect Database -> \Local Settings\Application Data\Google\Chrome\User Data -> History -> Go
- Hit the Execute SQL tab
- Use a Select like this:
SELECT datetime(urls.last_visit_time/1000000,'unixepoch'), urls.url, urls.title FROM urls, visits WHERE urls.id = visits.url
- Click the Action button to Save the results to a CSV file