Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Was ist Webpage Default Encoding Changer?
Webpage Default Encoding Changer ist eine Chrome-Erweiterung, die von drnorthcott entwickelt wurde, und ihr Hauptmerkmal ist "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Erweiterungsscreenshots
Webpage Default Encoding Changer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Webpage Default Encoding Changer-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
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.
Grundlegende Informationen zur Erweiterung
Name | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
Offizielle URL | https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog |
Beschreibung | This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature |
Dateigröße | 9.84 KB |
Installationsanzahl | 1,104 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2017-01-10 |
Veröffentlichungsdatum | 2017-01-09 |
Bewertung | 3.44/5 Insgesamt 9 Bewertungen |
Entwickler | drnorthcott |
Zahlungsart | free |
Hilfeseite URL | https://github.com/drnorthcott/chrome-default-encoding |
Unterstützte Sprachen | 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:\/\/*\/*" ] } |