Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
What is Webpage Default Encoding Changer?
Webpage Default Encoding Changer is a Chrome extension developed by drnorthcott, and its main feature is "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Extension Screenshots
Download Webpage Default Encoding Changer Extension CRX File
Download Webpage Default Encoding Changer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
Official URL | 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 |
File Size | 9.84 KB |
Installation Count | 1,104 |
Current Version | 0.0.1 |
Last Updated | 2017-01-10 |
Publish Date | 2017-01-09 |
Rating | 3.44/5 Total 9 Ratings |
Developer | drnorthcott |
Payment Type | free |
Help Page URL | https://github.com/drnorthcott/chrome-default-encoding |
Supported Languages | 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:\/\/*\/*" ] } |