Git Help

Git Help: Steps and processes for various scenarios of using git with remote repositories

Что такое Git Help?

Git Help - это расширение Chrome, разработанное https://devangdoshi.com, и его основная функция - "Git Help: Steps and processes for various scenarios of using git with remote repositories".

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

screenshot
screenshot

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

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

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

                        Git Help is an extension that provides scenario based steps and processes on how to use git in a professional environment. If you use Git in a multi-user environment and also use remote repository tool like GitHub and Bitbucket, this extension is a must and will save you lot of time.

Update 1.3.0:
Scenarios are now categorized on the main page
Three new scenarios added
Other performance related changes                    

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

Название Git Help Git Help
ID cikcdjbjlegidghlcooeefdabbfgllmm
Официальный URL https://chromewebstore.google.com/detail/git-help/cikcdjbjlegidghlcooeefdabbfgllmm
Описание Git Help: Steps and processes for various scenarios of using git with remote repositories
Размер файла 744 KB
Количество установок 326
Текущая Версия 1.3.0
Последнее Обновление 2017-08-02
Дата публикации 2017-08-02
Рейтинг 5.00/5 Всего 5 оценок
Разработчик https://devangdoshi.com
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Git Help",
    "version": "1.3.0",
    "description": "Git Help: Steps and processes for various scenarios of using git with remote repositories",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Git Help"
    },
    "author": "Devang Doshi"
}