mailto
Send the current page using the default mail client
什么是mailto?
mailto是由keikhosro.safavi开发的Chrome扩展程序,该扩展的主要功能是“Send the current page using the default mail client”。
扩展截图
下载mailto扩展crx文件
下载mailto扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension which sends the current URL using the configured default mail client.
扩展基本信息
名称 | mailto |
ID | nhfdmebpfpogeakgjmgbalpnmggnnchj |
官方URL | https://chromewebstore.google.com/detail/mailto/nhfdmebpfpogeakgjmgbalpnmggnnchj |
简介 | Send the current page using the default mail client |
文件大小 | 15.22 KB |
安装次数 | 4,255 |
当前版本 | 0.0.2 |
更新时间 | 2015-08-24 |
上架时间 | 2015-08-24 |
评分 | 4.63/5 共8次评分 |
开发者 | keikhosro.safavi |
付费类型 | free |
扩展官网 | https://github.com/keikhosro/mailto |
支持的语言 | 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" ] } |