Right Click Email for Gmail

Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail

什麼是Right Click Email for Gmail?

Right Click Email for Gmail是由CenterOrbit開發的Chrome擴展程式,該擴展的主要功能是“Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail”。

擴展截圖

screenshot

下載Right Click Email for Gmail擴展crx文件

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

擴展使用說明

                        Provides you with a right-click menu item to open Gmail with that links email address. For use with html "mailto:" links. Opens link in a new tab for Gmail, even if your default email application isn't Gmail.                    

擴展基本資訊

名稱 Right Click Email for Gmail Right Click Email for Gmail
ID dnlfochnjjonhempkinfokflaclicokg
官方網址 https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg
簡介 Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
檔案大小 20.25 KB
安裝次數 5,736
目前版本 0.7
更新時間 2016-12-29
上架時間 2016-12-28
評分 4.10/5 共 20 次評分
開發者 CenterOrbit
付費類型 free
擴展官網 http://www.centerorbit.com/chrome-web-store/
說明頁面URL https://github.com/centerorbit/RightClickEmailForGmail
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right Click Email for Gmail",
    "description": "Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail",
    "version": "0.7",
    "homepage_url": "http:\/\/CenterOrbit.com",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "gmailLink.js"
        ]
    },
    "manifest_version": 2
}