|
#1
| |||
| |||
| Is there a links that when you click it that will two different things first one link would auto bookmark to google bookmarks and the second would pop up with the google pop up window that lets you edit the title, web link and what label you want it in? That would be cool. Last edited by jackfusion; 11-18-2008 at 06:44 PM.. |
|
#2
| |||
| |||
| This bookmarklet opens a pop-up window with the current URL ready to be labeled, edited if desire, and saved; also with a link to search Google bookmarks. To create it: 1) Right-click on the Chrome bookmark bar and select Add page... 2) Give it the name you want, and copy & paste the following code into the URL field: javascript:(function(){var%20a=window,b=document,c =encodeURIComponent,d=a.open("https: //www google com/bookmarks/mark?op=edit&output=popup&bkmk="+c(b.location)+"&t itle="+c(b.title),"bkmk_popup","left="+((a.screenX ||a.screenLeft)+10)+",top="+((a.screenY||a.screenT op)+10)+",height=420px,width=550px,resizable=1,alw aysRaised=1");a.setTimeout(function(){d.focus()},3 00)})(); For more, see also the thread at this site, this address: http: //www chromeplugins org/google/chrome-tips-tricks/google-toolbar-chrome-50 html [Sorry, forum policy prevents me as newbie poster from posting URLs. In the Javascript code and above, remove the spaces in the URLs.] --David Last edited by davidqxo; 01-03-2009 at 07:10 PM.. Reason: Javascript string turned into a smiley |
![]() |
| Tags |
| google bookmarklets |
| Thread Tools | |
| Display Modes | |
| |