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 |
Eメール | [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" ] } |