Webpage Default Encoding Changer

This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature

Cos'è Webpage Default Encoding Changer?

Webpage Default Encoding Changer è un'estensione di Chrome sviluppata da drnorthcott, e la sua funzione principale è "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webpage Default Encoding Changer

Scarica i file di estensione Webpage Default Encoding Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Webpage Default Encoding Changer Webpage Default Encoding Changer
ID nfboihiomjblefgplaehpfcejbnbdpog
URL Ufficiale https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog
Descrizione This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Dimensione del File 9.84 KB
Conteggio Installazioni 1,104
Versione Corrente 0.0.1
Ultimo Aggiornamento 2017-01-10
Data di Pubblicazione 2017-01-09
Valutazione 3.44/5 Totale 9 Valutazioni
Sviluppatore drnorthcott
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/drnorthcott/chrome-default-encoding
Lingue Supportate 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:\/\/*\/*"
    ]
}