Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Import history and cookies from google chrome

  • 2 отговора
  • 14 имат този проблем
  • 1 изглед
  • Последен отговор от cor-el

more options

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.

Всички отговори (2)

more options

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 ?

Check and tell if its working.

For more assistance regarding Google Chrome:

more options

This seem to work (more or less) to see the Google Chrome History:

  1. Open Database > Connect Database -> \Local Settings\Application Data\Google\Chrome\User Data -> History -> Go
  2. Hit the Execute SQL tab
  3. 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