Canadianize the Internet

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

Что такое Canadianize the Internet?

Canadianize the Internet - это расширение Chrome, разработанное William Wolfe-Wylie, и его основная функция - "Replaces text in web-pages with Canadian spellings and phrases.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Canadianize the Internet

Скачайте файлы расширений Canadianize the Internet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
Официальный URL https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Описание Replaces text in web-pages with Canadian spellings and phrases.
Размер файла 33.23 KB
Количество установок 36
Текущая Версия 1.4
Последнее Обновление 2014-01-24
Дата публикации 2014-01-24
Рейтинг 4.33/5 Всего 3 оценок
Разработчик William Wolfe-Wylie
Тип оплаты free
Официальный сайт расширения http://o.canada.com
Поддерживаемые языки 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"
        }
    ]
}