Canadianize the Internet

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

What is Canadianize the Internet?

Canadianize the Internet is a Chrome extension developed by William Wolfe-Wylie, and its main feature is "Replaces text in web-pages with Canadian spellings and phrases.".

Extension Screenshots

screenshot

Download Canadianize the Internet Extension CRX File

Download Canadianize the Internet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
Official URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Description Replaces text in web-pages with Canadian spellings and phrases.
File Size 33.23 KB
Installation Count 36
Current Version 1.4
Last Updated 2014-01-24
Publish Date 2014-01-24
Rating 4.33/5 Total 3 Ratings
Developer William Wolfe-Wylie
Payment Type free
Extension Website http://o.canada.com
Supported Languages 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"
        }
    ]
}