mailTo Killer

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

Apa itu mailTo Killer?

mailTo Killer adalah ekstensi Chrome yang dikembangkan oleh srebalaji.sb, dan fitur utamanya adalah "This extension helps you copy the email address of mailto link in every website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi mailTo Killer

Unduh file ekstensi mailTo Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama mailTo Killer mailTo Killer
ID ebjdmibbjphahhneobfoibhkpkicdahe
URL Resmi https://chrome.google.com/webstore/detail/mailto-killer/ebjdmibbjphahhneobfoibhkpkicdahe
Deskripsi This extension helps you copy the email address of mailto link in every website
Ukuran File 27.96 KB
Jumlah Instalasi 172
Versi Saat Ini 2.0
Terakhir Diperbarui 2016-11-19
Tanggal Publikasi 2016-11-19
Penilaian 3.00/5 Total 4 Penilaian
Pengembang srebalaji.sb
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}