GitHubber

Detailed View of Github Profile Search Results

Cos'è GitHubber?

GitHubber è un'estensione di Chrome sviluppata da Andre Bradshaw, e la sua funzione principale è "Detailed View of Github Profile Search Results".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione GitHubber

Scarica i file di estensione GitHubber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
URL Ufficiale https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Descrizione Detailed View of Github Profile Search Results
Dimensione del File 17.8 KB
Conteggio Installazioni 800
Versione Corrente 0.113
Ultimo Aggiornamento 2019-10-05
Data di Pubblicazione 2019-10-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Andre Bradshaw
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}