mailto
Send the current page using the default mail client
What is mailto?
mailto is a Chrome extension developed by keikhosro.safavi, and its main feature is "Send the current page using the default mail client".
Extension Screenshots
Download mailto Extension CRX File
Download mailto 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
A Chrome extension which sends the current URL using the configured default mail client.
Extension Basic Information
Name | mailto |
ID | nhfdmebpfpogeakgjmgbalpnmggnnchj |
Official URL | https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj |
Description | Send the current page using the default mail client |
File Size | 15.22 KB |
Installation Count | 4,255 |
Current Version | 0.0.2 |
Last Updated | 2015-08-24 |
Publish Date | 2015-08-24 |
Rating | 4.63/5 Total 8 Ratings |
Developer | keikhosro.safavi |
Payment Type | free |
Extension Website | https://github.com/keikhosro/mailto |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.2", "default_locale": "en_US", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/github.com\/keikhosro\/mailto", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19x19.png", "38": "images\/icon_38x38.png" } }, "icons": { "16": "images\/icon_16x16.png", "19": "images\/icon_19x19.png", "38": "images\/icon_38x38.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "permissions": [ "contextMenus", "tabs" ] } |