Dvorak left
Dvorak left handed keyboard
Dvorak left là gì?
Dvorak left là một tiện ích mở rộng Chrome được phát triển bởi chrome-input-extensions, và tính năng chính của nó là "Dvorak left handed keyboard".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dvorak left
Tải xuống các tệp mở rộng Dvorak left dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension provides a Dvorak keyboard layout for the left 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 left" 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 left 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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dvorak left |
ID | daedidciajfkjpjfmailopfppehmdlkn |
URL Chính Thức | https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn |
Mô tả | Dvorak left handed keyboard |
Kích Thước Tệp | 7.77 KB |
Số Lần Cài Đặt | 382 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-08-19 |
Ngày Phát Hành | 2020-08-18 |
Đánh Giá | 4.40/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | chrome-input-extensions |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://policies.google.com/privacy?hl=en |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dvorak left", "version": "1.0", "manifest_version": 2, "description": "Dvorak left handed keyboard", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Dvorak left", "type": "ime", "id": "dvorak_left_xkb", "description": "Dvorak left keyboard", "language": "en-US", "layouts": [ "us(dvorak-l)" ] } ] } |