Git Search

GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!

Что такое Git Search?

Git Search - это расширение Chrome, разработанное Georg Kunz · @geku, и его основная функция - "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!".

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

screenshot

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

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

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

                        Get quick access to the most important pages of your GitHub Account: type "gh" into the input field followed by the name of a repository or user. Select the desired repository or user with the cursor and hit enter. Git Search brings you directly to the page without long typing.

Examples:
git 
git  pulls
git  issues
git  
git 
git 
git 


Git Search implements a subset of the GitHub CommandBar commands on their page (https://github.com/blog/1264-introducing-the-command-bar).

Git Search is not affiliated with GitHub.                    

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

Название Git Search Git Search
ID cagcemjohhdepmbdngeehkmidlfmgmnn
Официальный URL https://chromewebstore.google.com/detail/git-search/cagcemjohhdepmbdngeehkmidlfmgmnn
Описание GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!
Размер файла 54.12 KB
Количество установок 312
Текущая Версия 1.0
Последнее Обновление 2012-09-18
Дата публикации 2012-09-18
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Georg Kunz · @geku
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Git Search",
    "description": "GitHub CommandBar for Chrome. Type 'gh' and a search term to jump to a repository, user or a search. Enjoy the quick access!",
    "version": "1.0",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "omnibox": {
        "keyword": "gh"
    },
    "permissions": [
        "tabs",
        "https:\/\/github.com\/"
    ],
    "manifest_version": 2
}