GitHubber

Detailed View of Github Profile Search Results

Apa itu GitHubber?

GitHubber adalah ekstensi Chrome yang dikembangkan oleh Andre Bradshaw, dan fitur utamanya adalah "Detailed View of Github Profile Search Results".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi GitHubber

Unduh file ekstensi GitHubber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
URL Resmi https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Deskripsi Detailed View of Github Profile Search Results
Ukuran File 17.8 KB
Jumlah Instalasi 800
Versi Saat Ini 0.113
Terakhir Diperbarui 2019-10-05
Tanggal Publikasi 2019-10-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Andre Bradshaw
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}