Webpage Default Encoding Changer

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

什么是Webpage Default Encoding Changer?

Webpage Default Encoding Changer是由drnorthcott开发的Chrome扩展程序,该扩展的主要功能是“This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature”。

扩展截图

screenshot

下载Webpage Default Encoding Changer扩展crx文件

下载Webpage Default Encoding Changer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Webpage Default Encoding Changer Webpage Default Encoding Changer
ID nfboihiomjblefgplaehpfcejbnbdpog
官方URL https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog
简介 This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
文件大小 9.84 KB
安装次数 1,104
当前版本 0.0.1
更新时间 2017-01-10
上架时间 2017-01-09
评分 3.44/5 共9次评分
开发者 drnorthcott
付费类型 free
帮助页面URL https://github.com/drnorthcott/chrome-default-encoding
支持的语言 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:\/\/*\/*"
    ]
}