Show Invisibles on Github

Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.

Qu'est-ce que Show Invisibles on Github ?

Show Invisibles on Github est une extension Chrome développée par 2biazdk, et sa fonction principale est "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Invisibles on Github

Téléchargez les fichiers d'extension Show Invisibles on 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

                        Add this plugin to your browser and make whitespace visible in every piece of code that you view in Github. This will make it easy for you to keep your code consistent and give you full control over the code in your repository.                    

Informations de Base sur l'Extension

Nom Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
URL Officiel https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
Description Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Taille du Fichier 22.24 KB
Nombre d'Installations 131
Version Actuelle 1.1.3
Dernière Mise à Jour 2017-09-07
Date de Publication 2017-09-06
Évaluation 5.00/5 Total 5 Évaluations
Développeur 2biazdk
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.3",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appNameShort__",
    "description": "__MSG_appDesc__",
    "author": "2biazdk",
    "offline_enabled": true,
    "minimum_chrome_version": "53",
    "icons": {
        "16": "img\/[email protected]",
        "19": "img\/[email protected]",
        "32": "img\/[email protected]",
        "38": "img\/[email protected]",
        "48": "img\/[email protected]",
        "128": "img\/[email protected]"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/[email protected]",
            "19": "img\/[email protected]",
            "32": "img\/[email protected]",
            "38": "img\/[email protected]",
            "48": "img\/[email protected]",
            "128": "img\/[email protected]"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styling.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "styling.css"
    ]
}