GitHubber
Detailed View of Github Profile Search Results
GitHubberとは何ですか?
GitHubberはAndre Bradshawによって開発されたChromeの拡張機能で、その主な機能は「Detailed View of Github Profile Search Results」です。
拡張機能のスクリーンショット
GitHubber拡張機能のCRXファイルをダウンロード
GitHubber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool dives into Github profiles and returns condensed and summarized information within your Github Search results. The script looks up every repository, so it can hang up for a few seconds on profiles which have a large amount of repositories listed. Githubber is a simple client side script. This script saves no information about users or their browsing habits and only grants permissions to read information from github.com. Updates: 5 Oct 2019: bug fix: DOM changes in Github. Please report if you are still experiencing issues. feature add: quick user search
拡張機能の基本情報
名前 | GitHubber |
ID | gmhgbhgpembbkendmjfhmdekcddncflc |
公式URL | https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc |
説明 | Detailed View of Github Profile Search Results |
ファイルサイズ | 17.8 KB |
インストール数 | 800 |
現在のバージョン | 0.113 |
最終更新日 | 2019-10-05 |
公開日 | 2019-10-05 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Andre Bradshaw |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHubber", "version": "0.113", "description": "Detailed View of Github Profile Search Results", "content_scripts": [ { "matches": [ "https:\/\/github.com\/search*" ], "js": [ "content.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |