github email hunter
email hunter for github users & projects
什么是github email hunter?
github email hunter是由bedelstein12开发的Chrome扩展程序,该扩展的主要功能是“email hunter for github users & projects”。
扩展截图
下载github email hunter扩展crx文件
下载github email hunter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find email addresses for Github users & repos with just one click! If you can find someone's Github profile, we can find their email. Github Email Hunter is great for networking with developers or reaching out to open source maintainers.
扩展基本信息
名称 | github email hunter |
ID | ppcegaekdbgcgbapfdcjbhednhmgcjnk |
官方URL | https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk |
简介 | email hunter for github users & projects |
文件大小 | 43.93 KB |
安装次数 | 2,721 |
当前版本 | 1.0 |
更新时间 | 2021-06-16 |
上架时间 | 2021-06-16 |
开发者 | bedelstein12 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
帮助页面URL | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "github email hunter", "version": "1.0", "description": "email hunter for github users & projects", "author": "Ben Edelstein", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png" }, "default_popup": "popup.html", "default_title": "find emails" }, "permissions": [ "activeTab" ] } |