Мыслепомойка

Java, Ruby, git, MacOSX

March 16, 2010 at 8:46am

Import Google Chrome bookmarks to Safari

I wanted to import Chrome bookmarks to my Safari and faced with such hurdle - there is no way to do it using native chrome/safari functionality. So I’ve implemented ‘fast and dirty’ solution that works for me.

  1. Upload Google Chrome bookmarks file (it is somewhere at ~Library/Application Support/Google/Chrome/Default/Bookmarks, if it is located in other please, let me know - I’ll mention it here)
  2. Open Safari->File->Import Bookmarks
  3. That’s it!

If this doesn’t work for you - give me a sign, I’ll try to find a time and fix it!

Here is a ruby code behind:

February 15, 2010 at 2:56pm

Gistamine - gist.github.com Chrome extension

Today I’ve released the first version of Google Chrome extension called Gistamine. I hope it could be usefull for anybody. Here some screenshots:

Project source is located here: http://github.com/dashin/gistamine. To install visit the project’s details page. Feel free to contact me with any suggestions.