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
官方網址 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"
        }
    ]
}