mailTo Killer

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

mailTo Killer क्या है?

mailTo Killer srebalaji.sb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps you copy the email address of mailto link in every website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में mailTo Killer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
आधिकारिक URL https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
विवरण This extension helps you copy the email address of mailto link in every website
फ़ाइल का आकार 27.96 KB
स्थापना संख्या 172
वर्तमान संस्करण 2.0
अंतिम अपडेट 2016-11-19
प्रकाशन तिथि 2016-11-19
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर srebalaji.sb
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}