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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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