Show Invisibles on Github

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

Show Invisibles on Github क्या है?

Show Invisibles on Github 2biazdk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Show Invisibles on Github एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Show Invisibles on Github Show Invisibles on Github
ID lhibcpaagnchghjnedmpacbkeombaiil
आधिकारिक URL https://chromewebstore.google.com/detail/show-invisibles-on-github/lhibcpaagnchghjnedmpacbkeombaiil
विवरण Spaces or tabs? Keep your coding style consistent by making whitespace characters visible in all Github repositories.
फ़ाइल का आकार 22.24 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2017-09-07
प्रकाशन तिथि 2017-09-06
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर 2biazdk
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}