Github Workflow

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

Co to jest Github Workflow?

Github Workflow to rozszerzenie Chrome opracowane przez Dean Silfen, a jego główną funkcją jest „An extension that allows you to hide files in pull requests and adds highlighting for notifications.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Github Workflow

Pobierz pliki rozszerzeń Github Workflow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Oficjalny URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Opis An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Rozmiar pliku 48.75 KB
Liczba instalacji 12
Aktualna Wersja 2.2.2
Ostatnia Aktualizacja 2016-02-27
Data Publikacji 2016-02-27
Deweloper Dean Silfen
Typ Płatności free
Strona Rozszerzenia https://github.com/djds23/github-notif-helper
Adres URL Strony Pomocy https://github.com/djds23/github-notif-helper/issues
Obsługiwane Języki 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"
            ]
        }
    ]
}