mailTo Killer

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

Was ist mailTo Killer?

mailTo Killer ist eine Chrome-Erweiterung, die von srebalaji.sb entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you copy the email address of mailto link in every website".

Erweiterungsscreenshots

screenshot

mailTo Killer-Erweiterungs-CRX-Datei herunterladen

Laden Sie mailTo Killer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 :) :)                    

Grundlegende Informationen zur Erweiterung

Name mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
Offizielle URL https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
Beschreibung This extension helps you copy the email address of mailto link in every website
Dateigröße 27.96 KB
Installationsanzahl 172
Aktuelle Version 2.0
Letztes Update 2016-11-19
Veröffentlichungsdatum 2016-11-19
Bewertung 3.00/5 Insgesamt 4 Bewertungen
Entwickler srebalaji.sb
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}