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