Show Invisibles on Github

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

Hvad er Show Invisibles on Github?

Show Invisibles on Github er en Chrome-udvidelse udviklet af 2biazdk, og dens hovedfunktion er "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.".

Udvidelsesskærmbilleder

screenshot

Download Show Invisibles on Github-udvidelses-CRX-fil

Download Show Invisibles on Github-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
Officiel URL https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
Beskrivelse Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Filstørrelse 22.24 KB
Antal Installationer 131
Nuværende Version 1.1.3
Senest Opdateret 2017-09-07
Udgivelsesdato 2017-09-06
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler 2biazdk
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}