Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Τι είναι το Webpage Default Encoding Changer;
Το Webpage Default Encoding Changer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον drnorthcott, και η κύρια λειτουργία του είναι "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Webpage Default Encoding Changer
Λήψη αρχείων επέκτασης Webpage Default Encoding Changer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature. Optionally specify which webpage you'd like to apply the default encoding. If you need an additional encoding that's not included, send a note in the comments. Specify the exact one you need according to the IANA character set naming (http://www.iana.org/assignments/character-sets/character-sets.xhtml) and we can add it for you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
Επίσημο URL | https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog |
Περιγραφή | This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature |
Μέγεθος Αρχείου | 9.84 KB |
Αριθμός Εγκαταστάσεων | 1,104 |
Τρέχουσα Έκδοση | 0.0.1 |
Τελευταία Ενημέρωση | 2017-01-10 |
Ημερομηνία Δημοσίευσης | 2017-01-09 |
Αξιολόγηση | 3.44/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | drnorthcott |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/drnorthcott/chrome-default-encoding |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Webpage Default Encoding Changer", "version": "0.0.1", "manifest_version": 2, "description": "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature", "homepage_url": "https:\/\/github.com\/drnorthcott\/chrome-default-encoding", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ] } |