Set Character Encoding

Provide right-click menu to manually set character encoding for web pages.

Set Character Encodingคืออะไร?

Set Character Encoding เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BitLab และคุณลักษณะหลักของมันคือ "Provide right-click menu to manually set character encoding for web pages."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Set Character Encoding

ดาวน์โหลดไฟล์ส่วนขยาย Set Character Encoding ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Right-click at somewhere on web page to manually set character encoding. The selected character set will automatically apply to all pages on the same site. Select "Use page default" to cancel it. This extension modifies http response headers to override original character set, so when installing Chrome will say "it can read and change all your data on the websites you visit". Just let it go because that is exactly how it works. 
Starting from V0.4, it supports changing encoding of local files, but you need check 'Allow access to file URLs' in extension manage page.
Starting from Chrome 72, old versions will stop working because new Chrome requires extensions to request for extra permission to modify response header. Please use V0.51 or later.
To anybody who reports "not working", please share the URL of the page that is not working. We will try our best to make it work for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Set Character Encoding Set Character Encoding
ID bpojelgakakmcfmjfilgdlmhefphglae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/set-character-encoding/bpojelgakakmcfmjfilgdlmhefphglae
คำอธิบาย Provide right-click menu to manually set character encoding for web pages.
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 318,464
เวอร์ชันปัจจุบัน 0.51
อัปเดตครั้งล่าสุด 2019-02-24
วันที่เผยแพร่ 2019-02-24
คะแนน 4.09/5 รวมทั้งหมด 268 คะแนน
ผู้พัฒนา BitLab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.deep-watch.net/ja/blog/bring-character-encoding-menu-back-to-chrome-with-extension
URL หน้าช่วยเหลือ http://www.deep-watch.net/ja/blog/bring-character-encoding-menu-back-to-chrome-with-extension
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.51",
    "permissions": [
        "tabs",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "scr\/charsets.js",
            "bg.js"
        ]
    },
    "icons": {
        "16": "bin_16sq.png",
        "48": "bin_48sq.png",
        "128": "bin_128sq.png"
    },
    "options_page": "option.html",
    "manifest_version": 2
}