| 50 | * [http://www.google.com/support/forum/p/Chrome/thread?tid=0dd0b74a4e45a6a7&hl=en How to export chrome history to text or html file? I cannot read the files in Google\Chrome\User Data\Default directory. - Google Chrome Help] |
| 51 | > Then you should go to your Chrome directory (eg. in my case "C:\Users\Sashka\AppData\Local\Google\Chrome\User Data\Default")[[br]] |
| 52 | > locate History file[[br]] |
| 53 | > run in command prompt |
| 54 | > {{{ |
| 55 | > sqlite History "select datetime(last_visit_time/1000000-11644473600,'unixepoch'),url from urls order by last_visit_time desc" > history_export.txt |
| 56 | > }}} |
| 57 | * [http://www.google.com/support/forum/p/Chrome/thread?tid=23ae64b3ab56a954&hl=en Export PASSWORDS to a backup file. - Google Chrome Help] |
| 58 | |