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 |
ID | aljekafekokpmbgmeodfbocanjbnkpop |
官方網址 | 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 |
電子郵箱 | [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 } ] } |