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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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" } ] } |