Filed under: Utilities, Macintosh, Google, Open Source, Browsers
Bookmark sync arrives on Chromium for Mac - here's how to make it work
Bookmark sync isn't on by default. To use it, you'll have to pop open your Terminal and do a little command-line magic. You'll want to right-click Chromium, show package contents, and then find Chromium inside the MacOS folder. Drag that to the Terminal, and then add the argument --enable-sync. Chromium should open, and you should see bookmarking syncing in your preferences.
Sign in with your Google account, and your bookmarks will be synced automatically to any other Chromium/Chrome browsers that you sign into. If you want to see where they're stored on the web, check a slightly strange location: a Chrome folder in your Google Docs account.
I know it seems like a lot of trouble to go through for bookmark syncing, but such is the peril of being on the bleeding edge of browser development. Bookmark syncing will very likely pop up officially in the Chrome Mac beta scheduled for early December.

Get a WordPress.com Blog
So, just how good at time waster games are you? Think you've got the stuff? Well, The World's Hardest Game 2.0 doesn't think you do.
Yes, amazingly, it's possible to have a sequel to a game called "The World's Hardest Game". It doesn't seem logically possible, since if the first one was actually the world's hardest, how could another one come along and share the moniker? It made me doubt the name in the first place. That is, until I tried the game.
The mechanics of the game are very simple. You are a small red square, ...

Reader Comments (Page 1 of 1)
Marty K. said 10:53PM on 11-13-2009
Love how there was not a single mention Chromium for Linux and how it, too, just got bookmark sync ability.
Reply
Zachary Waldowski said 11:03PM on 11-13-2009
I hate to sound like I'm advertising, but Xmarks also has an alpha of its bookmark syncing available for the mainline Chrome beta. Between their extensions and tray-tool apps, you can sync bookmarks between Firefox, Chrome, Safari, and Internet Explorer.
Also note that Chrome (as of Mac version 4.0.245.0) and Chromium don't yet have an actual Bookmarks Manager implemented on Mac yet, although I'm sure they're just making it sufficiently Cocoa enough before sticking it in a new Chromium build.
Reply
sofr0sty said 11:02AM on 11-14-2009
go to utilities, then open apple script editor. paste this in:
do shell script "/Applications/Chromium.app/Contents/MacOS/Chromium --enable-sync"
then save it as an application. i named mine start chromium. i also copied the icon from chromium to make it feel more like home. should work each time w/o the need to run terminal.
Reply