WIP Pull Request Unhighlignter for GitHub

Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.

Qu'est-ce que WIP Pull Request Unhighlignter for GitHub ?

WIP Pull Request Unhighlignter for GitHub est une extension Chrome développée par Kensuke Nagae, et sa fonction principale est "Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WIP Pull Request Unhighlignter for GitHub

Téléchargez les fichiers d'extension WIP Pull Request Unhighlignter for GitHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom WIP Pull Request Unhighlignter for GitHub WIP Pull Request Unhighlignter for GitHub
ID plebohahijhmebohbcifnaccfkjdgppe
URL Officiel https://chromewebstore.google.com/detail/wip-pull-request-unhighli/plebohahijhmebohbcifnaccfkjdgppe
Description Unhighlignt WIP, DO NOT MERGE pull requests on GitHub.
Taille du Fichier 823 KB
Nombre d'Installations 83
Version Actuelle 2.3.0
Dernière Mise à Jour 2019-08-07
Date de Publication 2019-08-06
Évaluation 5.00/5 Total 3 Évaluations
Développeur Kensuke Nagae
Type de Paiement free
Site Web de l'Extension https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github
URL de la Page d'Aide https://github.com/kyanny/chrome-ext-wip-pull-request-unhighlighter-for-github/issues
Langues Prises en Charge 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"
    }
}