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