Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Qu'est-ce que Webpage Default Encoding Changer ?
Webpage Default Encoding Changer est une extension Chrome développée par drnorthcott, et sa fonction principale est "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Webpage Default Encoding Changer
Téléchargez les fichiers d'extension Webpage Default Encoding Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
URL Officiel | https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog |
Description | This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature |
Taille du Fichier | 9.84 KB |
Nombre d'Installations | 1,104 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-01-10 |
Date de Publication | 2017-01-09 |
Évaluation | 3.44/5 Total 9 Évaluations |
Développeur | drnorthcott |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/drnorthcott/chrome-default-encoding |
Langues Prises en Charge | 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:\/\/*\/*" ] } |