GitHubber
Detailed View of Github Profile Search Results
What is GitHubber?
GitHubber is a Chrome extension developed by Andre Bradshaw, and its main feature is "Detailed View of Github Profile Search Results".
Extension Screenshots
Download GitHubber Extension CRX File
Download GitHubber 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
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
Extension Basic Information
Name | GitHubber |
ID | gmhgbhgpembbkendmjfhmdekcddncflc |
Official URL | https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc |
Description | Detailed View of Github Profile Search Results |
File Size | 17.8 KB |
Installation Count | 800 |
Current Version | 0.113 |
Last Updated | 2019-10-05 |
Publish Date | 2019-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Andre Bradshaw |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |