Canadianize the Internet

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

Vad är Canadianize the Internet?

Canadianize the Internet är en Chrome-tillägg utvecklad av William Wolfe-Wylie, och dess huvudfunktion är "Replaces text in web-pages with Canadian spellings and phrases.".

Tilläggsskärmbilder

screenshot

Ladda ner Canadianize the Internet-förlängningens CRX-fil

Ladda ner Canadianize the Internet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
Officiell webbadress https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Beskrivning Replaces text in web-pages with Canadian spellings and phrases.
Filstorlek 33.23 KB
Antal Installationer 36
Aktuell Version 1.4
Senast Uppdaterad 2014-01-24
Publiceringsdatum 2014-01-24
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare William Wolfe-Wylie
Betalningssätt free
Tilläggswebbplats http://o.canada.com
Stödda Språk 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"
        }
    ]
}