GitHubber

Detailed View of Github Profile Search Results

Co to jest GitHubber?

GitHubber to rozszerzenie Chrome opracowane przez Andre Bradshaw, a jego główną funkcją jest „Detailed View of Github Profile Search Results”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia GitHubber

Pobierz pliki rozszerzeń GitHubber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
Oficjalny URL https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Opis Detailed View of Github Profile Search Results
Rozmiar pliku 17.8 KB
Liczba instalacji 800
Aktualna Wersja 0.113
Ostatnia Aktualizacja 2019-10-05
Data Publikacji 2019-10-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Andre Bradshaw
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}