Github Emails Finder & Exporter PRO

Extract emails from GitHub

Github Emails Finder & Exporter PROとは何ですか?

Github Emails Finder & Exporter PROはGEFによって開発されたChromeの拡張機能で、その主な機能は「Extract emails from GitHub」です。

拡張機能のスクリーンショット

Github Emails Finder & Exporter PRO拡張機能のCRXファイルをダウンロード

Github Emails Finder & Exporter PRO拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Uncover 5000 hidden primary emails of software engineers on Github per hour!

Key features:
- revealing emails from 3 sources, not only 1 public API
- accuracy check: controlling if revealed email really belongs to the developer, not to someone else
- crawling limitations overcoming, revealing 5000 emails per hour !
- Download CSV                    

拡張機能の基本情報

名前 Github Emails Finder & Exporter PRO Github Emails Finder & Exporter PRO
ID aljekafekokpmbgmeodfbocanjbnkpop
公式URL https://chromewebstore.google.com/detail/github-emails-finder-expo/aljekafekokpmbgmeodfbocanjbnkpop
説明 Extract emails from GitHub
ファイルサイズ 821 KB
インストール数 52
現在のバージョン 3.1.0
最終更新日 2018-12-03
公開日 2018-12-03
評価 4.00/5 合計 8 レビュー
開発者 GEF
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "3.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}