Email Auto Extractor

Extract, automatically all email in a web page

什么是Email Auto Extractor?

Email Auto Extractor是由Nicolas Grillet开发的Chrome扩展程序,该扩展的主要功能是“Extract, automatically all email in a web page”。

扩展截图

screenshot
screenshot

下载Email Auto Extractor扩展crx文件

下载Email Auto Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Auto extract all email adresses in a web page.

You just have to go on a webpage that contains email adresses and the extension show you how many email adresses it find, and then click on the logo to copy all email adresses.                    

扩展基本信息

名称 Email Auto Extractor Email Auto Extractor
ID blkpobilpealkkcibgcgfmflneafkkah
官方URL https://chrome.google.com/webstore/detail/email-auto-extractor/blkpobilpealkkcibgcgfmflneafkkah
简介 Extract, automatically all email in a web page
文件大小 186 KB
安装次数 996
当前版本 0.2.0
更新时间 2018-06-12
上架时间 2018-06-12
评分 3.47/5 共57次评分
开发者 Nicolas Grillet
电子邮箱 [email protected]
付费类型 in_store
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Email Extraction !"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Extract, automatically all email in a web page",
    "homepage_url": "http:\/\/www.erreurs404.net",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "256": "icons\/icon256.png",
        "48": "icons\/icon48.png"
    },
    "short_name": "Email Extractor",
    "manifest_version": 2,
    "name": "Email Auto Extractor",
    "offline_enabled": true,
    "permissions": [
        "chrome:\/\/favicon\/",
        "contextMenus",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "storage",
        "activeTab"
    ],
    "version": "0.2.0"
}