Canadianize the Internet

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

Canadianize the Internet là gì?

Canadianize the Internet là một tiện ích mở rộng Chrome được phát triển bởi William Wolfe-Wylie, và tính năng chính của nó là "Replaces text in web-pages with Canadian spellings and phrases.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Canadianize the Internet

Tải xuống các tệp mở rộng Canadianize the Internet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Canadianize the Internet Canadianize the Internet
ID ehonbljpjndecclpfegciandnhoddnkf
URL Chính Thức https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf
Mô tả Replaces text in web-pages with Canadian spellings and phrases.
Kích Thước Tệp 33.23 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2014-01-24
Ngày Phát Hành 2014-01-24
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển William Wolfe-Wylie
Loại Thanh Toán free
Trang Web Mở Rộng http://o.canada.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}