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 |
官方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 |
电子邮箱 | [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 } ] } |