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
官方網址 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:\/\/*\/*"
    ]
}