How to create a send email link in chrome
Make: Google
Model: Chrome
Version: all current versions
Objective: To create a link in the Chrome browser for sending a webpage by email.
Step 1) Launch Google Chrome.
Step 2) Right-click the Bookmarks bar and select “Add Page”. Figure 1.
Step 3) In the Name textbox, input the word Send Link. Figure 2.
Step 4) In the URL textbox, input the following (Figure 3):
javascript:location.href=’mailto: SUBJECT=’+document.title+’&BODY=’+escape(location.href);
[...]