Mail this link

Send A Link from Toolbar or ContextMenu

Mail this linkとは何ですか?

Mail this linkはjklによって開発されたChromeの拡張機能で、その主な機能は「Send A Link from Toolbar or ContextMenu」です。

拡張機能のスクリーンショット

screenshot

Mail this link拡張機能のCRXファイルをダウンロード

Mail this link拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Wanna share websites or downloads by mail?
Miss the Firefox "Send Link.." ? 
This extension integrates into the ContextMenu to bring you the same functionality. 

Additionaly there is symbol for mailing the current page including page title in the toolbar. 

For feedback and bugs please send me a mail by clicking on the Support link.


v1.2 Improvements and Bugfixes                    

拡張機能の基本情報

名前 Mail this link Mail this link
ID ngjdhjgbagpeimgpgloofkfoipgpdgdb
公式URL https://chromewebstore.google.com/detail/mail-this-link/ngjdhjgbagpeimgpgloofkfoipgpdgdb
説明 Send A Link from Toolbar or ContextMenu
ファイルサイズ 24.57 KB
インストール数 20,000
現在のバージョン 1.2
最終更新日 2016-04-22
公開日 2016-04-22
評価 3.61/5 合計 77 レビュー
開発者 jkl
支払い方法 free
ヘルプページのURL http://www.google.com/recaptcha/mailhide/d?k=01x_ZVSk77EpfRiHEKDTb_uw==&c=mADLgZNZEAYz2laQ_IcqPTMnGKFjA6l7-I9UbKTGlRg=
対応言語 de,en
manifest.json
{
    "background": {
        "scripts": [
            "init.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browseraction__"
    },
    "default_locale": "en",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCov5wWaEysIq67LlOhI3dHAQoAtVES2NDQTaEi\/USyEW0CToFo619tLGDY1hHzIMvlxgx\/4kuq0arbmxP1jstGXEP0Mzmq\/ZyDA2moy\/e1U7Qoga9pqXn5H\/nC0ZPpSZbENJ9QR7OswxEaacxNTuRmqdoRKgBycNBIlZZLbNcv5wIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}