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

Wat is Right Click Email for Gmail?

Right Click Email for Gmail is een Chrome-extensie ontwikkeld door CenterOrbit, en de belangrijkste functie is "Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Right Click Email for Gmail

Download Right Click Email for Gmail-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Right Click Email for Gmail Right Click Email for Gmail
ID dnlfochnjjonhempkinfokflaclicokg
Officiële URL https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg
Beschrijving Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
Bestandsgrootte 20.25 KB
Aantal Installaties 5,736
Huidige Versie 0.7
Laatst Bijgewerkt 2016-12-29
Publicatiedatum 2016-12-28
Beoordeling 4.10/5 Totaal 20 Beoordelingen
Ontwikkelaar CenterOrbit
Betalingswijze free
Extensiewebsite http://www.centerorbit.com/chrome-web-store/
Help Pagina-URL https://github.com/centerorbit/RightClickEmailForGmail
Ondersteunde Talen 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
}