Show Invisibles on Github

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

Wat is Show Invisibles on Github?

Show Invisibles on Github is een Chrome-extensie ontwikkeld door 2biazdk, en de belangrijkste functie is "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Invisibles on Github

Download Show Invisibles on Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
Officiële URL https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
Beschrijving Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
Bestandsgrootte 22.24 KB
Aantal Installaties 131
Huidige Versie 1.1.3
Laatst Bijgewerkt 2017-09-07
Publicatiedatum 2017-09-06
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar 2biazdk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}