github email hunter
email hunter for github users & projects
What is github email hunter?
github email hunter is a Chrome extension developed by bedelstein12, and its main feature is "email hunter for github users & projects".
Extension Screenshots
Download github email hunter Extension CRX File
Download github email hunter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | github email hunter |
ID | ppcegaekdbgcgbapfdcjbhednhmgcjnk |
Official URL | https://chromewebstore.google.com/detail/github-email-hunter/ppcegaekdbgcgbapfdcjbhednhmgcjnk |
Description | email hunter for github users & projects |
File Size | 43.93 KB |
Installation Count | 2,721 |
Current Version | 1.0 |
Last Updated | 2021-06-16 |
Publish Date | 2021-06-16 |
Developer | bedelstein12 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
Help Page URL | https://www.notion.so/Github-Email-Hunter-6645fca258394f8fa178f505d066ec95 |
Supported Languages | 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" ] } |