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
官方網址 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"
}