Quick Umlaut

Typing German special character faster with easy shortcuts

Quick Umlautคืออะไร?

Quick Umlaut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Randy Nghiem และคุณลักษณะหลักของมันคือ "Typing German special character faster with easy shortcuts"

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

screenshot

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

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

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

                        For non-German keyboard users, typing umlaut characters is difficult, especially during the initial stage of learning.
Quick Umlaut is a fast and easy to use tool to help German learners to study German faster.
To type German Umlaut characters, you just need to follow the below combinition:

alt + A => Ä
alt + O => Ö
alt + U => Ü
alt + a => ä
alt + o => ö
alt + u => ü
alt + s => ß                    

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

ชื่อ Quick Umlaut Quick Umlaut
ID mfoeikcjmibgjlghnhgjiamfjceacedj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-umlaut/mfoeikcjmibgjlghnhgjiamfjceacedj
คำอธิบาย Typing German special character faster with easy shortcuts
ขนาดไฟล์ 96.98 KB
จำนวนการติดตั้ง 317
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-01-01
วันที่เผยแพร่ 2020-01-01
คะแนน 1.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Randy Nghiem
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://randynghiem.github.io/
URL หน้าช่วยเหลือ https://randynghiem.github.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Umlaut",
    "version": "1.2",
    "description": "Typing German special character faster with easy shortcuts",
    "browser_action": {
        "default_title": "Quick Umlaut"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "img\/quick-umlaut16.png",
        "32": "img\/quick-umlaut32.png",
        "48": "img\/quick-umlaut48.png",
        "128": "img\/quick-umlaut128.png"
    }
}