Github Whitespace ignorable differ

This extension allows you to only see only the non-whitespace diffs.

Qu'est-ce que Github Whitespace ignorable differ ?

Github Whitespace ignorable differ est une extension Chrome développée par Scott Youngblut, et sa fonction principale est "This extension allows you to only see only the non-whitespace diffs.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Github Whitespace ignorable differ

Téléchargez les fichiers d'extension Github Whitespace ignorable differ 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

                        This extension gives you the ability to turn on white space diffing on a per-site basis using a cookie; 

It works on any github site including github enterprise!!
Tested and Everything!                    

Informations de Base sur l'Extension

Nom Github Whitespace ignorable differ Github Whitespace ignorable differ
ID klfoeihajdgibpablomibnaaaleicmjb
URL Officiel https://chromewebstore.google.com/detail/github-whitespace-ignorab/klfoeihajdgibpablomibnaaaleicmjb
Description This extension allows you to only see only the non-whitespace diffs.
Taille du Fichier 17.75 KB
Nombre d'Installations 16
Version Actuelle 0.0.2
Dernière Mise à Jour 2015-01-31
Date de Publication 2015-01-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Scott Youngblut
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://scottyoungblut.com/
URL de la Page d'Aide https://github.com/syoungblut/chrome-github-whitespace
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Whitespace ignorable differ",
    "description": "This extension allows you to only see only the non-whitespace diffs.",
    "version": "0.0.2",
    "manifest_version": 2,
    "incognito": "split",
    "icons": {
        "16": "resources\/icon-16.png",
        "48": "resources\/icon-48.png",
        "128": "resources\/icon-128.png"
    },
    "web_accessible_resources": [
        "page-script-link-rewriter.js",
        "resources\/icon-16.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*\/commit\/*",
                "https:\/\/*\/*\/compare\/*",
                "https:\/\/*\/*\/pull\/*"
            ],
            "js": [
                "jsuri\/jsuri-1.1.1.js",
                "cookies\/cookies-1.1.0.js",
                "content-script-cookie-api.js",
                "content-script-toggle-button.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/*\/*\/commit\/*",
                "https:\/\/*\/*\/compare\/*",
                "https:\/\/*\/*\/pull\/*"
            ],
            "js": [
                "jsuri\/jsuri-1.1.1.js",
                "cookies\/cookies-1.1.0.js",
                "content-script-cookie-api.js",
                "content-script-preference-loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}