Canadianize the Internet

Replaces text in web-pages with Canadian spellings and phrases.

Canadianize the Internet क्या है?

Canadianize the Internet William Wolfe-Wylie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces text in web-pages with Canadian spellings and phrases."।

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

screenshot

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

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

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

                        It's honour and kilometre. We are travellers, not travelers and we sit on chesterfields, not couches. This browser extension will bring all the Canadian language back into your overly-Americanized Internet experience. Courtesy the fine folks at Canada.com.                    

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

नाम Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
आधिकारिक URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
विवरण Replaces text in web-pages with Canadian spellings and phrases.
फ़ाइल का आकार 33.23 KB
स्थापना संख्या 36
वर्तमान संस्करण 1.4
अंतिम अपडेट 2014-01-24
प्रकाशन तिथि 2014-01-24
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर William Wolfe-Wylie
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://o.canada.com
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Canadianize the Internet",
    "short_name": "Canadianize the Internet",
    "version": "1.4",
    "icons": {
        "128": "Logo.png"
    },
    "description": "Replaces text in web-pages with Canadian spellings and phrases.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "Scripting.js"
            ],
            "run_at": "document_end"
        }
    ]
}