Github Workflow

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

Was ist Github Workflow?

Github Workflow ist eine Chrome-Erweiterung, die von Dean Silfen entwickelt wurde, und ihr Hauptmerkmal ist "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

Erweiterungsscreenshots

screenshot

Github Workflow-Erweiterungs-CRX-Datei herunterladen

Laden Sie Github Workflow-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Offizielle URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Beschreibung An extension that allows you to hide files in pull requests and adds highlighting for notifications.
Dateigröße 48.75 KB
Installationsanzahl 12
Aktuelle Version 2.2.2
Letztes Update 2016-02-27
Veröffentlichungsdatum 2016-02-27
Entwickler Dean Silfen
Zahlungsart free
Erweiterungswebsite https://github.com/djds23/github-notif-helper
Hilfeseite URL https://github.com/djds23/github-notif-helper/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}