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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |