mailto
Send the current page using the default mail client
Wat is mailto?
mailto is een Chrome-extensie ontwikkeld door keikhosro.safavi, en de belangrijkste functie is "Send the current page using the default mail client".
Extensie Screenshots
Download het CRX-bestand van de extensie mailto
Download mailto-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A Chrome extension which sends the current URL using the configured default mail client.
Basisinformatie over de Extensie
Naam | mailto |
ID | nhfdmebpfpogeakgjmgbalpnmggnnchj |
Officiële URL | https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj |
Beschrijving | Send the current page using the default mail client |
Bestandsgrootte | 15.22 KB |
Aantal Installaties | 4,255 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2015-08-24 |
Publicatiedatum | 2015-08-24 |
Beoordeling | 4.63/5 Totaal 8 Beoordelingen |
Ontwikkelaar | keikhosro.safavi |
Betalingswijze | free |
Extensiewebsite | https://github.com/keikhosro/mailto |
Ondersteunde Talen | 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" ] } |