mailto
Send the current page using the default mail client
Vad är mailto?
mailto är en Chrome-tillägg utvecklad av keikhosro.safavi, och dess huvudfunktion är "Send the current page using the default mail client".
Tilläggsskärmbilder
Ladda ner mailto-förlängningens CRX-fil
Ladda ner mailto-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Chrome extension which sends the current URL using the configured default mail client.
Grundläggande Information om Tillägg
Namn | mailto |
ID | nhfdmebpfpogeakgjmgbalpnmggnnchj |
Officiell webbadress | https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj |
Beskrivning | Send the current page using the default mail client |
Filstorlek | 15.22 KB |
Antal Installationer | 4,255 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2015-08-24 |
Publiceringsdatum | 2015-08-24 |
Betyg | 4.63/5 Totalt 8 Betyg |
Utvecklare | keikhosro.safavi |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/keikhosro/mailto |
Stödda Språk | 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" ] } |