Canadianize the Internet

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

Qu'est-ce que Canadianize the Internet ?

Canadianize the Internet est une extension Chrome développée par William Wolfe-Wylie, et sa fonction principale est "Replaces text in web-pages with Canadian spellings and phrases.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Canadianize the Internet

Téléchargez les fichiers d'extension Canadianize the Internet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
URL Officiel https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Description Replaces text in web-pages with Canadian spellings and phrases.
Taille du Fichier 33.23 KB
Nombre d'Installations 36
Version Actuelle 1.4
Dernière Mise à Jour 2014-01-24
Date de Publication 2014-01-24
Évaluation 4.33/5 Total 3 Évaluations
Développeur William Wolfe-Wylie
Type de Paiement free
Site Web de l'Extension http://o.canada.com
Langues Prises en Charge 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"
        }
    ]
}