Email From Github
This extension allows the user to get someone's email from their GitHub profile
Email From Githubとは何ですか?
Email From GithubはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to get someone's email from their GitHub profile」です。
拡張機能のスクリーンショット
Email From Github拡張機能のCRXファイルをダウンロード
Email From Github拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Using this extension, you can find someone's email address when you open their GitHub profile. Navigate to this person's GitHub page and click on the extension in your toolbar.
拡張機能の基本情報
名前 | Email From Github |
ID | kdpfkmkiaknkheelgdkhdbkjdenghcjo |
公式URL | https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo |
説明 | This extension allows the user to get someone's email from their GitHub profile |
ファイルサイズ | 17.41 KB |
インストール数 | 797 |
現在のバージョン | 1.0 |
最終更新日 | 2019-04-20 |
公開日 | 2019-04-20 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Email From Github", "description": "This extension allows the user to get someone's email from their GitHub profile", "version": "1.0", "background": { "scripts": [ "content.js" ], "persistent": false }, "page_action": { "default_icon": "icon16.png", "default_title": "Get this user's email!", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "declarativeContent", "tabs" ] } |