Canadianize the Internet
Replaces text in web-pages with Canadian spellings and phrases.
Apa itu Canadianize the Internet?
Canadianize the Internet adalah ekstensi Chrome yang dikembangkan oleh William Wolfe-Wylie, dan fitur utamanya adalah "Replaces text in web-pages with Canadian spellings and phrases.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Canadianize the Internet
Unduh file ekstensi Canadianize the Internet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Canadianize the Internet |
ID | ehonbljpjndecclpfegciandnhoddnkf |
URL Resmi | https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf |
Deskripsi | Replaces text in web-pages with Canadian spellings and phrases. |
Ukuran File | 33.23 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2014-01-24 |
Tanggal Publikasi | 2014-01-24 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | William Wolfe-Wylie |
Tipe Pembayaran | free |
Situs Ekstensi | http://o.canada.com |
Bahasa yang Didukung | 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" } ] } |