Canadianize the Internet

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

Co to jest Canadianize the Internet?

Canadianize the Internet to rozszerzenie Chrome opracowane przez William Wolfe-Wylie, a jego główną funkcją jest „Replaces text in web-pages with Canadian spellings and phrases.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Canadianize the Internet

Pobierz pliki rozszerzeń Canadianize the Internet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
Oficjalny URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Opis Replaces text in web-pages with Canadian spellings and phrases.
Rozmiar pliku 33.23 KB
Liczba instalacji 36
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2014-01-24
Data Publikacji 2014-01-24
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper William Wolfe-Wylie
Typ Płatności free
Strona Rozszerzenia http://o.canada.com
Obsługiwane Języki 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"
        }
    ]
}