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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drnorthcott และคุณลักษณะหลักของมันคือ "This extension modifies the default encoding, useful for chrome 55+ which removed this standard feature"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webpage Default Encoding Changer

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}