Canadianize the Internet

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

Co je Canadianize the Internet?

Canadianize the Internet je rozšíření Chrome vyvinuté William Wolfe-Wylie, a jeho hlavní funkcí je „Replaces text in web-pages with Canadian spellings and phrases.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Canadianize the Internet

Stáhněte si soubory rozšíření Canadianize the Internet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
Oficiální URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Popis Replaces text in web-pages with Canadian spellings and phrases.
Velikost souboru 33.23 KB
Počet instalací 36
Aktuální Verze 1.4
Poslední Aktualizace 2014-01-24
Datum Vydání 2014-01-24
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář William Wolfe-Wylie
Typ Platby free
Webové stránky Rozšíření http://o.canada.com
Podporované Jazyky 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"
        }
    ]
}