GitHubber

Detailed View of Github Profile Search Results

Wat is GitHubber?

GitHubber is een Chrome-extensie ontwikkeld door Andre Bradshaw, en de belangrijkste functie is "Detailed View of Github Profile Search Results".

Extensie Screenshots

Download het CRX-bestand van de extensie GitHubber

Download GitHubber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
Officiële URL https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Beschrijving Detailed View of Github Profile Search Results
Bestandsgrootte 17.8 KB
Aantal Installaties 800
Huidige Versie 0.113
Laatst Bijgewerkt 2019-10-05
Publicatiedatum 2019-10-05
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Andre Bradshaw
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}