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

Co to jest Right Click Email for Gmail?

Right Click Email for Gmail to rozszerzenie Chrome opracowane przez CenterOrbit, a jego główną funkcją jest „Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Right Click Email for Gmail

Pobierz pliki rozszerzeń Right Click Email for Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Right Click Email for Gmail Right Click Email for Gmail
ID dnlfochnjjonhempkinfokflaclicokg
Oficjalny URL https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg
Opis Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
Rozmiar pliku 20.25 KB
Liczba instalacji 5,736
Aktualna Wersja 0.7
Ostatnia Aktualizacja 2016-12-29
Data Publikacji 2016-12-28
Ocena 4.10/5 Łącznie 20 Oceny
Deweloper CenterOrbit
Typ Płatności free
Strona Rozszerzenia http://www.centerorbit.com/chrome-web-store/
Adres URL Strony Pomocy https://github.com/centerorbit/RightClickEmailForGmail
Obsługiwane Języki 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
}