Dvorak left
Dvorak left handed keyboard
Dvorak leftとは何ですか?
Dvorak leftはchrome-input-extensionsによって開発されたChromeの拡張機能で、その主な機能は「Dvorak left handed keyboard」です。
拡張機能のスクリーンショット
Dvorak left拡張機能のCRXファイルをダウンロード
Dvorak left拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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) 拡張機能の基本情報
| 名前 | |
| ID | daedidciajfkjpjfmailopfppehmdlkn |
| 公式URL | https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn |
| 説明 | Dvorak left handed keyboard |
| ファイルサイズ | 7.77 KB |
| インストール数 | 382 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2020-08-19 |
| 公開日 | 2020-08-18 |
| 評価 | 4.40/5 合計 15 レビュー |
| 開発者 | chrome-input-extensions |
| Eメール | [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 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)"
]
}
]
} | |