Github Workflow

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

什么是Github Workflow?

Github Workflow是由Dean Silfen开发的Chrome扩展程序,该扩展的主要功能是“An extension that allows you to hide files in pull requests and adds highlighting for notifications.”。

扩展截图

screenshot

下载Github Workflow扩展crx文件

下载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"
            ]
        }
    ]
}