GitHubber

Detailed View of Github Profile Search Results

GitHubber là gì?

GitHubber là một tiện ích mở rộng Chrome được phát triển bởi Andre Bradshaw, và tính năng chính của nó là "Detailed View of Github Profile Search Results".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng GitHubber

Tải xuống các tệp mở rộng GitHubber dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
URL Chính Thức https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Mô tả Detailed View of Github Profile Search Results
Kích Thước Tệp 17.8 KB
Số Lần Cài Đặt 800
Phiên Bản Hiện Tại 0.113
Cập Nhật Lần Cuối 2019-10-05
Ngày Phát Hành 2019-10-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Andre Bradshaw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}