mailTo Killer

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

ما هو mailTo Killer؟

mailTo Killer هو إضافة Chrome تم تطويرها بواسطة srebalaji.sb، والميزة الرئيسية لها هي "This extension helps you copy the email address of mailto link in every website".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة mailTo Killer

قم بتنزيل ملفات الامتداد mailTo Killer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}