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
Eメール [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"
}