GitHubber

Detailed View of Github Profile Search Results

Что такое GitHubber?

GitHubber - это расширение Chrome, разработанное Andre Bradshaw, и его основная функция - "Detailed View of Github Profile Search Results".

Снимки экрана расширения

Скачать файл CRX расширения GitHubber

Скачайте файлы расширений GitHubber в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название GitHubber GitHubber
ID gmhgbhgpembbkendmjfhmdekcddncflc
Официальный URL https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc
Описание Detailed View of Github Profile Search Results
Размер файла 17.8 KB
Количество установок 800
Текущая Версия 0.113
Последнее Обновление 2019-10-05
Дата публикации 2019-10-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Andre Bradshaw
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}