Webpage Default Encoding Changer

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

Webpage Default Encoding Changer là gì?

Webpage Default Encoding Changer là một tiện ích mở rộng Chrome được phát triển bởi drnorthcott, và tính năng chính của nó là "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webpage Default Encoding Changer

Tải xuống các tệp mở rộng Webpage Default Encoding Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webpage Default Encoding Changer Webpage Default Encoding Changer
ID nfboihiomjblefgplaehpfcejbnbdpog
URL Chính Thức https://chromewebstore.google.com/detail/webpage-default-encoding/nfboihiomjblefgplaehpfcejbnbdpog
Mô tả This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature
Kích Thước Tệp 9.84 KB
Số Lần Cài Đặt 1,104
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2017-01-10
Ngày Phát Hành 2017-01-09
Đánh Giá 3.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển drnorthcott
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/drnorthcott/chrome-default-encoding
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}