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
公式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"
    ]
}