Friday, May 22, 2009

Add Google Bookmark Link to Chrome

Drag this to your bookmarks bar in Chrome: Google Bookmark Bookmarklet

This is the javascript behind the link:
javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open("http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&title="+c(b.title),"bkmk_popup","left="+((a.screenX||a.screenLeft)+10)+",top="+((a.screenY||a.screenTop)+10)+",height=420px,width=550px,resizable=1,alwaysRaised=1");a.setTimeout(function(){d.focus()},300)})();

Thanks: http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=100215

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...