Github Workflow

An extension that allows you to hide files in pull requests and adds highlighting for notifications.

Что такое Github Workflow?

Github Workflow - это расширение Chrome, разработанное Dean Silfen, и его основная функция - "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

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

screenshot

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

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

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

                        An extension that makes using pull-requests for code reviews a more enjoyable experience!

Features:

* Ability to toggle files while reviewing code
* Ability to navigate to full branches from PR view                    

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

Название Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Официальный URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Описание An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Размер файла 48.75 KB
Количество установок 12
Текущая Версия 2.2.2
Последнее Обновление 2016-02-27
Дата публикации 2016-02-27
Разработчик Dean Silfen
Тип оплаты free
Официальный сайт расширения https://github.com/djds23/github-notif-helper
URL страницы помощи https://github.com/djds23/github-notif-helper/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Workflow",
    "version": "2.2.2",
    "description": "An extension that allows you to hide files in pull requests and adds highlighting for notifications.",
    "permissions": [
        "https:\/\/github.com\/*",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "app\/app.js"
            ]
        }
    ]
}