Polish Dvorak

Polish Dvorak layout

Polish Dvorakคืออะไร?

Polish Dvorak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-input-extensions และคุณลักษณะหลักของมันคือ "Polish Dvorak layout"

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

screenshot

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

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

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

                        This extension provides a Polish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Polish, and check the Polish Dvorak option. If the option does not show up, sign out once and retry the procedure. Switch keyboard layouts with Alt+Shift until you hit the Polish Dvorak keyboard (symbol: PL*).

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.

Changelog:
 v1.1 fixed incorrect keyboard descriptor in the manifest

Known issue: if this stopped working after updating to M36 please see crbug.com/397143 for a workaround (Chrome OS 37+ should not be affected)                    

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

ชื่อ Polish Dvorak Polish Dvorak
ID gikieikejljogkfjbijjplfhbmhbmfkf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf
คำอธิบาย Polish Dvorak layout
ขนาดไฟล์ 7.73 KB
จำนวนการติดตั้ง 645
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2014-08-04
วันที่เผยแพร่ 2014-08-03
คะแนน 4.18/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา chrome-input-extensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://policies.google.com/privacy?hl=en
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Polish Dvorak",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Polish Dvorak layout",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Polish Dvorak",
            "type": "ime",
            "id": "polish-dvorak",
            "description": "Polish Dvorak",
            "language": "pl",
            "layouts": [
                "pl(dvorak)"
            ]
        }
    ]
}