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
官方網址 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"
            ]
        }
    ]
}