mailTo Killer

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

什么是mailTo Killer?

mailTo Killer是由srebalaji.sb开发的Chrome扩展程序,该扩展的主要功能是“This extension helps you copy the email address of mailto link in every website”。

扩展截图

screenshot

下载mailTo Killer扩展crx文件

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