Canadianize the Internet
Replaces text in web-pages with Canadian spellings and phrases.
Was ist Canadianize the Internet?
Canadianize the Internet ist eine Chrome-Erweiterung, die von William Wolfe-Wylie entwickelt wurde, und ihr Hauptmerkmal ist "Replaces text in web-pages with Canadian spellings and phrases.".
Erweiterungsscreenshots
Canadianize the Internet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Canadianize the Internet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Canadianize the Internet |
ID | ehonbljpjndecclpfegciandnhoddnkf |
Offizielle URL | https://chromewebstore.google.com/detail/canadianize-the-internet/ehonbljpjndecclpfegciandnhoddnkf |
Beschreibung | Replaces text in web-pages with Canadian spellings and phrases. |
Dateigröße | 33.23 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.4 |
Letztes Update | 2014-01-24 |
Veröffentlichungsdatum | 2014-01-24 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | William Wolfe-Wylie |
Zahlungsart | free |
Erweiterungswebsite | http://o.canada.com |
Unterstützte Sprachen | 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" } ] } |