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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}