Canadianize the Internet

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

什么是Canadianize the Internet?

Canadianize the Internet是由William Wolfe-Wylie开发的Chrome扩展程序,该扩展的主要功能是“Replaces text in web-pages with Canadian spellings and phrases.”。

扩展截图

screenshot

下载Canadianize the Internet扩展crx文件

下载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"
        }
    ]
}