mailTo Killer

This extension helps you copy the email address of mailto link in every website

Co to jest mailTo Killer?

mailTo Killer to rozszerzenie Chrome opracowane przez srebalaji.sb, a jego główną funkcją jest „This extension helps you copy the email address of mailto link in every website”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia mailTo Killer

Pobierz pliki rozszerzeń mailTo Killer 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

                        mailTo Killer extension helps you copy the email address of mailto link of every website. So no more annoying native mail client actions in your computer. 
When you click the mailto link in any website a prompt will appear with the email address extracted from the mailto link. You can copy it easily and avoid firing the mail client in your computer.
Have fun :) :)                    

Podstawowe informacje o rozszerzeniu

Nazwa mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
Oficjalny URL https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
Opis This extension helps you copy the email address of mailto link in every website
Rozmiar pliku 27.96 KB
Liczba instalacji 172
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-11-19
Data Publikacji 2016-11-19
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper srebalaji.sb
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mailTo Killer",
    "description": "This extension helps you copy the email address of mailto link in every website",
    "version": "2.0",
    "browser_action": {
        "icons": {
            "256": "logo.png",
            "128": "logo128.png"
        },
        "default_icon": "logo.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}