Hey, hopefully this update will help you all out. I stayed up all night making a nice little web tool you can just upload your Bookmarks file to, and it will spit out a .html file you can save!
Web Exporter: http://tools.googlechromeboard.com/expo ... kmarks.php
--- OR, USE MARKCLOUDEN'S UTILITY ---
MarkClouden's Google Chrome Bookmark Exporter
--- OR, YOU CAN STILL DO IT THE MANUAL WAY --- (OUTDATED?)
You're actually going to need Mozilla Firefox for this one, because there is no third party utility developed specifically for exporting Google Chrome bookmarks, and nothing built into Google Chrome to do so.
If you're like me, you probably had to reinstall Firefox, ahh ... memories.
- Download SQLite Manager Mozilla Firefox Plugin
- Run SQLite Manager from within Firefox (Tools > SQLite Manager)
- Click on Database, and then Connect Database
- Windows XP: C:\Documents and Settings\<USERNAME>\Local Settings\Application Data\Google\Chrome\User Data\Default\History
- Windows Vista: C:\Users\<USERNAME>\AppData\Local\Google\Chrome\User Data\Default\History
- Click View > Create View, name it bookmarks and enter SELECT * FROM urls WHERE starred_id >= 1 then click OK.
- If you're running on the new Chromium build (or future builds of Google Chrome) use this query instead: SELECT * FROM starred
- Click View > Export View and click OK, use the next dialog to save the file to wherever you would like.
By default, SQLite Manager will spit out a comma separated values database of your bookmarks.
