The bookmark code suggested at the beginning of this topic only works if you use JavaScript but donβt work on certain websites, especially using HTML. I tried to implement it on my Blogger blog without any changes. However, Chrome handles javascript:window.print() very easily, why can't Google create a descriptor like javascript:window.bookmark() , is it easier?
There is another way. Since Google Bookmarks are available, try using
http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=bookmarklinkgoeshere&title=bookmarktitlegoeshere
if you use HTML instead of JavaScript. This way, you can use Google bookmarks as a cross-browser tool, and not always use the Google Chrome document processing API. Instead, just add a link to the bookmarks bar in Chrome, a link to http://www.google.com/bookmarks , so you can create new bookmarks and open existing ones.
Be sure to enable www, as http://google.com/bookmarks doesnβt work at all.
source share