Github Workflow

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

Hvad er Github Workflow?

Github Workflow er en Chrome-udvidelse udviklet af Dean Silfen, og dens hovedfunktion er "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

Udvidelsesskærmbilleder

screenshot

Download Github Workflow-udvidelses-CRX-fil

Download Github Workflow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Officiel URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Beskrivelse An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Filstørrelse 48.75 KB
Antal Installationer 12
Nuværende Version 2.2.2
Senest Opdateret 2016-02-27
Udgivelsesdato 2016-02-27
Udvikler Dean Silfen
Betalingsmetode free
Udvidelseswebsted https://github.com/djds23/github-notif-helper
Hjælpeside-URL https://github.com/djds23/github-notif-helper/issues
Understøttede Sprog 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"
            ]
        }
    ]
}