Dvorak right
Dvorak right handed keyboard
Dvorak rightคืออะไร?
Dvorak right เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-input-extensions และคุณลักษณะหลักของมันคือ "Dvorak right handed keyboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dvorak right
ดาวน์โหลดไฟล์ส่วนขยาย Dvorak right ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides a Dvorak keyboard layout for the right hand in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add English (US), and check the "Dvorak right" 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 Dvorak right keyboard (symbol: DV*).
By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
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) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ibmblmkjihglholefminaiddohamopnn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dvorak-right/ibmblmkjihglholefminaiddohamopnn |
| คำอธิบาย | Dvorak right handed keyboard |
| ขนาดไฟล์ | 7.76 KB |
| จำนวนการติดตั้ง | 608 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-08-04 |
| วันที่เผยแพร่ | 2014-08-03 |
| คะแนน | 3.83/5 รวมทั้งหมด 18 คะแนน |
| ผู้พัฒนา | 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": "Dvorak right",
"version": "1.0",
"manifest_version": 2,
"description": "Dvorak right handed keyboard",
"permissions": [
"input"
],
"background": {
"scripts": [
"background.js"
]
},
"input_components": [
{
"name": "Dvorak right",
"type": "ime",
"id": "dvorak_right_xkb",
"description": "Dvorak right keyboard",
"language": "en-US",
"layouts": [
"us(dvorak-r)"
]
}
]
} | |