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.」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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"
        }
    ]
}  |  |