WIP Pull Request Unhighlignter for GitHub

Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.

WIP Pull Request Unhighlignter for GitHubとは何ですか?

WIP Pull Request Unhighlignter for GitHubはKensuke Nagaeによって開発されたChromeの拡張機能で、その主な機能は「Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.」です。

拡張機能のスクリーンショット

screenshot
screenshot

WIP Pull Request Unhighlignter for GitHub拡張機能のCRXファイルをダウンロード

WIP Pull Request Unhighlignter for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Demo page: https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/pulls (visit this page after install this extension)

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.
http://creativecommons.org/licenses/by/3.0/                    

拡張機能の基本情報

名前 WIP Pull Request Unhighlignter for GitHub WIP Pull Request Unhighlignter for GitHub
ID plebohahijhmebohbcifnaccfkjdgppe
公式URL https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe
説明 Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
ファイルサイズ 823 KB
インストール数 83
現在のバージョン 2.3.0
最終更新日 2019-08-07
公開日 2019-08-06
評価 5.00/5 合計 3 レビュー
開発者 Kensuke Nagae
支払い方法 free
拡張機能のウェブサイト https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github
ヘルプページのURL https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WIP Pull Request Unhighlignter for GitHub",
    "version": "2.3.0",
    "manifest_version": 2,
    "description": "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.",
    "permissions": [
        "storage"
    ],
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/pulls*",
                "https:\/\/github.com\/pulls*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icon.png"
    }
}