Hide whitespaces GitHub

Always hide whitespaces in GitHub

Hide whitespaces GitHub क्या है?

Hide whitespaces GitHub Arnaud Barré द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Always hide whitespaces in GitHub"।

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

screenshot

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

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

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

                        When navigating to the files tab on pull request reviews, append the url with ?w=1 to enable the  "hide whitespace changes" option                    

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

नाम Hide whitespaces GitHub Hide whitespaces GitHub
ID nafhbcekbgodfnjpnobmbiajjpgmibnc
आधिकारिक URL https://chromewebstore.google.com/detail/hide-whitespaces-github/nafhbcekbgodfnjpnobmbiajjpgmibnc
विवरण Always hide whitespaces in GitHub
फ़ाइल का आकार 10.26 KB
स्थापना संख्या 57
वर्तमान संस्करण 0.6.0
अंतिम अपडेट 2022-08-09
प्रकाशन तिथि 2020-06-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Arnaud Barré
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ArnaudBarre/hide-whitespaces-github
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide whitespaces GitHub",
    "version": "0.6.0",
    "description": "Always hide whitespaces in GitHub",
    "permissions": [
        "https:\/\/github.com\/**"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/**"
            ],
            "run_at": "document_start",
            "js": [
                "hide-whitespaces.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}