Github Workflow

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

What is Github Workflow?

Github Workflow is a Chrome extension developed by Dean Silfen, and its main feature is "An extension that allows you to hide files in pull requests and adds highlighting for notifications.".

Extension Screenshots

screenshot

Download Github Workflow Extension CRX File

Download Github Workflow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Github Workflow Github Workflow
ID oplmfbpmbheeolioggldagbjmjkecilg
Official URL https://chromewebstore.google.com/detail/github-workflow/oplmfbpmbheeolioggldagbjmjkecilg
Description An extension that allows you to hide files in pull requests and adds highlighting for notifications.
File Size 48.75 KB
Installation Count 12
Current Version 2.2.2
Last Updated 2016-02-27
Publish Date 2016-02-27
Developer Dean Silfen
Payment Type free
Extension Website https://github.com/djds23/github-notif-helper
Help Page URL https://github.com/djds23/github-notif-helper/issues
Supported Languages 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"
            ]
        }
    ]
}