网页编码修改(Charset)

专用于网页编码的修改,支持全世界100多种字符集,比如:UTF-8、GBK、日文、韩文、西文等等!

What is 网页编码修改(Charset)?

网页编码修改(Charset) is a Chrome extension developed by https://www.baidufe.com, and its main feature is "专用于网页编码的修改,支持全世界100多种字符集,比如:UTF-8、GBK、日文、韩文、西文等等!".

Extension Screenshots

screenshot

Download 网页编码修改(Charset) Extension CRX File

Download 网页编码修改(Charset) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        如果你在上网过程中,发现页面出现乱码,字符编码集不对,那你会用到这个工具:FH-Charset,随意调整页面字符编码集,以保证正常网页访问需求。                    

Extension Basic Information

Name 网页编码修改(Charset) 网页编码修改(Charset)
ID mnnlnpbaaojjmihapdoffoicnnaokpmj
Official URL https://chromewebstore.google.com/detail/%E7%BD%91%E9%A1%B5%E7%BC%96%E7%A0%81%E4%BF%AE%E6%94%B9%EF%BC%88charset%EF%BC%89/mnnlnpbaaojjmihapdoffoicnnaokpmj
Description 专用于网页编码的修改,支持全世界100多种字符集,比如:UTF-8、GBK、日文、韩文、西文等等!
File Size 91.33 KB
Installation Count 5,000
Current Version 2020.04.18
Last Updated 2020-04-22
Publish Date 2020-04-19
Rating 5.00/5 Total 2 Ratings
Developer https://www.baidufe.com
Email [email protected]
Payment Type free
Extension Website https://www.baidufe.com/fehelper
Privacy Policy Page URL https://www.baidufe.com/fehelper/static/html/privacy-policy.html
Supported Languages zh-CN
manifest.json
{
    "name": "\u7f51\u9875\u7f16\u7801\u4fee\u6539\uff08Charset\uff09",
    "short_name": "FH-Charset",
    "version": "2020.04.18",
    "manifest_version": 2,
    "description": "\u4e13\u7528\u4e8e\u7f51\u9875\u7f16\u7801\u7684\u4fee\u6539\uff0c\u652f\u6301\u5168\u4e16\u754c100\u591a\u79cd\u5b57\u7b26\u96c6\uff0c\u6bd4\u5982\uff1aUTF-8\u3001GBK\u3001\u65e5\u6587\u3001\u97e9\u6587\u3001\u897f\u6587\u7b49\u7b49\uff01",
    "icons": {
        "16": "img\/fe-16.png",
        "48": "img\/fe-48.png",
        "128": "img\/fe-128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "tabs"
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self' ;",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/www.baidufe.com\/fehelper"
}