ChromiNom Vietnamese Han-Nom IME

Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)

ChromiNom Vietnamese Han-Nom IMEคืออะไร?

ChromiNom Vietnamese Han-Nom IME เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chunom.org และคุณลักษณะหลักของมันคือ "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChromiNom Vietnamese Han-Nom IME

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

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

                        To start Han-Nom input on any webpage just click the "喃" icon on the top right side of your browser and wait until the icon turns green. Click again to stop Han-Nom input. Use TELEX method to type and a number key to insert a Han-Nom character. You can also use the mouse or touch gestures to insert characters. Dictionary is based on data from www.chunom.org                    

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

ชื่อ ChromiNom Vietnamese Han-Nom IME ChromiNom Vietnamese Han-Nom IME
ID ndhhadaiabkdkifjbjginjcdenedmgma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chrominom-vietnamese-han/ndhhadaiabkdkifjbjginjcdenedmgma
คำอธิบาย Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)
ขนาดไฟล์ 99.7 KB
จำนวนการติดตั้ง 154
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2014-09-28
วันที่เผยแพร่ 2014-09-28
คะแนน 2.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.chunom.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromiNom Vietnamese Han-Nom IME",
    "short_name": "ChromiNom IME",
    "version": "1.0.4",
    "description": "Input Method for Vietnamese Han Nom (ie. Chu Han and Chu Nom)",
    "content_scripts": [
        {
            "css": [],
            "js": [
                "ime\/jquery.js",
                "ime\/ime.js",
                "init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_name": "Click to enable ChromiNom",
        "default_icon": "icon-off.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}