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

What is Right Click Email for Gmail?

Right Click Email for Gmail is a Chrome extension developed by CenterOrbit, and its main feature is "Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail".

Extension Screenshots

screenshot

Download Right Click Email for Gmail Extension CRX File

Download Right Click Email for Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Right Click Email for Gmail Right Click Email for Gmail
ID dnlfochnjjonhempkinfokflaclicokg
Official URL https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg
Description Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
File Size 20.25 KB
Installation Count 5,736
Current Version 0.7
Last Updated 2016-12-29
Publish Date 2016-12-28
Rating 4.10/5 Total 20 Ratings
Developer CenterOrbit
Payment Type free
Extension Website http://www.centerorbit.com/chrome-web-store/
Help Page URL https://github.com/centerorbit/RightClickEmailForGmail
Supported Languages 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
}