GitHubber

Detailed View of Github Profile Search Results

O que é GitHubber?

GitHubber é uma extensão do Chrome desenvolvida por Andre Bradshaw, e sua principal característica é "Detailed View of Github Profile Search Results".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão GitHubber

Baixe arquivos de extensão GitHubber no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
URL Oficial https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Descrição Detailed View of Github Profile Search Results
Tamanho do Arquivo 17.8 KB
Contagem de Instalações 800
Versão Atual 0.113
Última Atualização 2019-10-05
Data de Publicação 2019-10-05
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Andre Bradshaw
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}