Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Co je Webpage Default Encoding Changer?
Webpage Default Encoding Changer je rozšíření Chrome vyvinuté drnorthcott, a jeho hlavní funkcí je „This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Webpage Default Encoding Changer
Stáhněte si soubory rozšíření Webpage Default Encoding Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
Oficiální URL | https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog |
Popis | This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature |
Velikost souboru | 9.84 KB |
Počet instalací | 1,104 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-01-10 |
Datum Vydání | 2017-01-09 |
Hodnocení | 3.44/5 Celkem 9 Hodnocení |
Vývojář | drnorthcott |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/drnorthcott/chrome-default-encoding |
Podporované Jazyky | 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:\/\/*\/*" ] } |