WIP Pull Request Unhighlignter for GitHub

Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.

What is WIP Pull Request Unhighlignter for GitHub?

WIP Pull Request Unhighlignter for GitHub is a Chrome extension developed by Kensuke Nagae, and its main feature is "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".

Extension Screenshots

screenshot
screenshot

Download WIP Pull Request Unhighlignter for GitHub Extension CRX File

Download WIP Pull Request Unhighlignter for GitHub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name WIP Pull Request Unhighlignter for GitHub WIP Pull Request Unhighlignter for GitHub
ID plebohahijhmebohbcifnaccfkjdgppe
Official URL https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe
Description Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
File Size 823 KB
Installation Count 83
Current Version 2.3.0
Last Updated 2019-08-07
Publish Date 2019-08-06
Rating 5.00/5 Total 3 Ratings
Developer Kensuke Nagae
Payment Type free
Extension Website https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github
Help Page URL https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues
Supported Languages 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"
    }
}