Feature #773
Add a Send Email Button to Chrome/Chromium
Description
Emailing links of currently browsed URLs to various people using the default mail application should be a basic function for a web browser. Unfortunately, Chrome and it's open source counterpart Chromium do not possess this feature; however it is easy to add this basic functionality using a JavaScript bookmarklet.
- Open Chrome or Chromium
- Right-click the Bookmarks bar and select Add Page.
- In the Name text box add:
Send Link
- In the URL text box add:
javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href);
- In the Name text box add:
- Make sure that the Bookmarks bar folder is selected and click OK.
Resources¶
Updated by Daniel Curtis over 8 years ago
- Subject changed from Adding an Send Email Button to Chrome/Chromium to Add a Send Email Button to Chrome/Chromium
- Description updated (diff)
- Status changed from New to Resolved
- % Done changed from 0 to 100