Thursday, May 21, 2009

Add "Email a Link" to Chrome

Most browsers provide you with a way to easily email a link to the page you are currently viewing. When clicked, your default email application will produce a new message with the link in the body and the page title in the Subject line and the To field left blank for you to address. This functionality is missing from Chrome, but can easily added by creating a button on the Bookmarks bar.

Drag this link to your bookmarks bar: Send Link!.
Or if that doesn't work:
1. Open Chrome.
2. Right-click the Bookmarks bar and select Add Page.
3. In the Name textbox, input the word Send Link.
4. In the URL textbox, input the following:
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href);
5.Make sure that the Bookmarks bar folder is selected and click OK.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...