mailto

Send the current page using the default mail client

什麼是mailto?

mailto是由keikhosro.safavi開發的Chrome擴展程式,該擴展的主要功能是“Send the current page using the default mail client”。

擴展截圖

screenshot

下載mailto擴展crx文件

下載mailto擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A Chrome extension which sends the current URL using the configured default mail client.                    

擴展基本資訊

名稱 mailto mailto
ID nhfdmebpfpogeakgjmgbalpnmggnnchj
官方網址 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"
    ]
}