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 |
官方網址 | 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" ] } |