Replace Linux with GNU/Linux

Put Richard in your web browser.

Replace Linux with GNU/Linux क्या है?

Replace Linux with GNU/Linux Angristan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put Richard in your web browser."।

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

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

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

                        A Chrome extension that replaces "Linux" with "GNU/Linux" on the web.                    

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

नाम Replace Linux with GNU/Linux Replace Linux with GNU/Linux
ID hfpdfpigmhmbamkdacjkimgoipdmhlgm
आधिकारिक URL https://chrome.google.com/webstore/detail/replace-linux-with-gnulin/hfpdfpigmhmbamkdacjkimgoipdmhlgm
विवरण Put Richard in your web browser.
फ़ाइल का आकार 4.35 KB
स्थापना संख्या 27
वर्तमान संस्करण 1.0
अंतिम अपडेट 2018-03-04
प्रकाशन तिथि 2018-03-04
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Angristan
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Angristan/GNU-Linux
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Replace Linux with GNU\/Linux",
    "description": "Put Richard in your web browser.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}