Webpage Default Encoding Changer
This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Apa itu Webpage Default Encoding Changer?
Webpage Default Encoding Changer adalah ekstensi Chrome yang dikembangkan oleh drnorthcott, dan fitur utamanya adalah "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Webpage Default Encoding Changer
Unduh file ekstensi Webpage Default Encoding Changer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Webpage Default Encoding Changer |
ID | nfboihiomjblefgplaehpfcejbnbdpog |
URL Resmi | https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog |
Deskripsi | This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature |
Ukuran File | 9.84 KB |
Jumlah Instalasi | 1,104 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-01-10 |
Tanggal Publikasi | 2017-01-09 |
Penilaian | 3.44/5 Total 9 Penilaian |
Pengembang | drnorthcott |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/drnorthcott/chrome-default-encoding |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |