mailTo Killer

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

Wat is mailTo Killer?

mailTo Killer is een Chrome-extensie ontwikkeld door srebalaji.sb, en de belangrijkste functie is "This extension helps you copy the email address of mailto link in every website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie mailTo Killer

Download mailTo Killer-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

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

Basisinformatie over de Extensie

Naam mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
Officiële URL https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
Beschrijving This extension helps you copy the email address of mailto link in every website
Bestandsgrootte 27.96 KB
Aantal Installaties 172
Huidige Versie 2.0
Laatst Bijgewerkt 2016-11-19
Publicatiedatum 2016-11-19
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar srebalaji.sb
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}