Webpage Default Encoding Changer

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

O que é Webpage Default Encoding Changer?

Webpage Default Encoding Changer é uma extensão do Chrome desenvolvida por drnorthcott, e sua principal característica é "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Webpage Default Encoding Changer

Baixe arquivos de extensão Webpage Default Encoding Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Webpage Default Encoding Changer Webpage Default Encoding Changer
ID nfboihiomjblefgplaehpfcejbnbdpog
URL Oficial https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog
Descrição This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Tamanho do Arquivo 9.84 KB
Contagem de Instalações 1,104
Versão Atual 0.0.1
Última Atualização 2017-01-10
Data de Publicação 2017-01-09
Classificação 3.44/5 Total de 9 Avaliações
Desenvolvedor drnorthcott
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/drnorthcott/chrome-default-encoding
Idiomas Suportados 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:\/\/*\/*"
    ]
}