Show Invisibles on Github

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

Was ist Show Invisibles on Github?

Show Invisibles on Github ist eine Chrome-Erweiterung, die von 2biazdk entwickelt wurde, und ihr Hauptmerkmal ist "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.".

Erweiterungsscreenshots

screenshot

Show Invisibles on Github-Erweiterungs-CRX-Datei herunterladen

Laden Sie Show Invisibles on Github-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
Offizielle URL https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
Beschreibung Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Dateigröße 22.24 KB
Installationsanzahl 131
Aktuelle Version 1.1.3
Letztes Update 2017-09-07
Veröffentlichungsdatum 2017-09-06
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler 2biazdk
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}