GitHubber

Detailed View of Github Profile Search Results

Co je GitHubber?

GitHubber je rozšíření Chrome vyvinuté Andre Bradshaw, a jeho hlavní funkcí je „Detailed View of Github Profile Search Results“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření GitHubber

Stáhněte si soubory rozšíření GitHubber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
Oficiální URL https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Popis Detailed View of Github Profile Search Results
Velikost souboru 17.8 KB
Počet instalací 800
Aktuální Verze 0.113
Poslední Aktualizace 2019-10-05
Datum Vydání 2019-10-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Andre Bradshaw
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}