Share link via email
Adds a button and context menu item to send the page URL or a link URL via email
What is Share link via email?
Share link via email is a Chrome extension developed by Cobote, and its main feature is "Adds a button and context menu item to send the page URL or a link URL via email".
Extension Screenshots
Download Share link via email Extension CRX File
Download Share link via email extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Create a new email with the current address, selected link or selected text. The email will include the page title. You can set text to be added before and after the page URL in the email. Email Clients to choose from: Default mail application, Gmail, AOL mail, Outlook/Office 365 and Yahoo Mail.
Extension Basic Information
Name | Share link via email |
ID | ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
Official URL | https://chromewebstore.google.com/detail/share-link-via-email/ejdbkikfbnnhmachnnomjfgjbgkcnjkb |
Description | Adds a button and context menu item to send the page URL or a link URL via email |
File Size | 74.03 KB |
Installation Count | 83,103 |
Current Version | 4.0.3 |
Last Updated | 2023-12-13 |
Publish Date | 2020-05-11 |
Rating | 3.93/5 Total 187 Ratings |
Developer | Cobote |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/Cobote/share-link-via-email/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Share link via email", "short_name": "Share Link", "version": "4.0.3", "description": "Adds a button and context menu item to send the page URL or a link URL via email", "manifest_version": 3, "icons": { "16": "images\/stock_mail.png", "48": "images\/stock_mail.png", "128": "images\/stock_mail.png" }, "permissions": [ "contextMenus", "activeTab", "storage" ], "action": { "default_icon": { "19": "images\/stock_mail.png", "38": "images\/stock_mail.png" } }, "options_page": "options.html", "background": { "service_worker": "js\/service_worker.js", "type": "module" } } |