Project

General

Profile

Feature #773

Add a Send Email Button to Chrome/Chromium

Added by Daniel Curtis about 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Workstation
Target version:
Start date:
03/10/2016
Due date:
% Done:

100%

Estimated time:
0.10 h
Spent time:

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.
    1. In the Name text box add:
      Send Link
      
    2. In the URL text box add:
      javascript:location.href='mailto:?SUBJECT='+document.title+'&BODY='+escape(location.href);
      
  • Make sure that the Bookmarks bar folder is selected and click OK.

Resources

Also available in: Atom PDF