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