Unicode Analyzer

Easy and direct access to Unicode information about any selected text.

Unicode Analyzerคืออะไร?

Unicode Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrome.google.com และคุณลักษณะหลักของมันคือ "Easy and direct access to Unicode information about any selected text."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unicode Analyzer

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

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

                        A light-weight Chrome extension which allows users to see various Unicode properties about characters that are highlighted in the browser window. This can be useful when analyzing characters which are foreign or to simply see the codepoint value of a character. The set of properties shown is customizable in the extension settings.                    

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

ชื่อ Unicode Analyzer Unicode Analyzer
ID pipjflhdnjcdflbkmoldkkpphmhcfaio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unicode-analyzer/pipjflhdnjcdflbkmoldkkpphmhcfaio
คำอธิบาย Easy and direct access to Unicode information about any selected text.
ขนาดไฟล์ 28.33 KB
จำนวนการติดตั้ง 841
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2022-04-12
วันที่เผยแพร่ 2018-03-16
คะแนน 4.21/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://chrome.google.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.12",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background-compiled.js"
        ]
    },
    "offline_enabled": false,
    "options_page": "options.html",
    "icons": {
        "128": "icon128.png"
    }
}