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