Canadianize the Internet

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

Cos'è Canadianize the Internet?

Canadianize the Internet è un'estensione di Chrome sviluppata da William Wolfe-Wylie, e la sua funzione principale è "Replaces text in web-pages with Canadian spellings and phrases.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Canadianize the Internet

Scarica i file di estensione Canadianize the Internet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
URL Ufficiale https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Descrizione Replaces text in web-pages with Canadian spellings and phrases.
Dimensione del File 33.23 KB
Conteggio Installazioni 36
Versione Corrente 1.4
Ultimo Aggiornamento 2014-01-24
Data di Pubblicazione 2014-01-24
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore William Wolfe-Wylie
Tipo di Pagamento free
Sito Web dell'Estensione http://o.canada.com
Lingue Supportate 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"
        }
    ]
}