mailto
Send the current page using the default mail client
Qu'est-ce que mailto ?
mailto est une extension Chrome développée par keikhosro.safavi, et sa fonction principale est "Send the current page using the default mail client".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mailto
Téléchargez les fichiers d'extension mailto au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A Chrome extension which sends the current URL using the configured default mail client.
Informations de Base sur l'Extension
Nom | mailto |
ID | nhfdmebpfpogeakgjmgbalpnmggnnchj |
URL Officiel | https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj |
Description | Send the current page using the default mail client |
Taille du Fichier | 15.22 KB |
Nombre d'Installations | 4,255 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-08-24 |
Date de Publication | 2015-08-24 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | keikhosro.safavi |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/keikhosro/mailto |
Langues Prises en Charge | 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" ] } |