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

#1

Updated by Daniel Curtis about 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
#2

Updated by Daniel Curtis about 8 years ago

  • Status changed from Resolved to Closed
#3

Updated by Daniel Curtis over 7 years ago

  • Description updated (diff)
#4

Updated by Daniel Curtis over 7 years ago

  • Description updated (diff)
#5

Updated by Daniel Curtis over 7 years ago

  • Description updated (diff)

Also available in: Atom PDF