Canadianize the Internet

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

O que é Canadianize the Internet?

Canadianize the Internet é uma extensão do Chrome desenvolvida por William Wolfe-Wylie, e sua principal característica é "Replaces text in web-pages with Canadian spellings and phrases.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Canadianize the Internet

Baixe arquivos de extensão Canadianize the Internet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
URL Oficial https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Descrição Replaces text in web-pages with Canadian spellings and phrases.
Tamanho do Arquivo 33.23 KB
Contagem de Instalações 36
Versão Atual 1.4
Última Atualização 2014-01-24
Data de Publicação 2014-01-24
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor William Wolfe-Wylie
Tipo de Pagamento free
Site da Extensão http://o.canada.com
Idiomas Suportados 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"
        }
    ]
}