US Mac Option Keyboard
US Mac Option Keyboard
US Mac Option Keyboardとは何ですか?
US Mac Option Keyboardはadlrによって開発されたChromeの拡張機能で、その主な機能は「US Mac Option Keyboard」です。
拡張機能のスクリーンショット
US Mac Option Keyboard拡張機能のCRXファイルをダウンロード
US Mac Option Keyboard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables the option for US Mac Option keyboard in Language Settings. With this keyboard layout, the right alt key (AltGr) behaves like the option key on a Mac keyboard, allowing special symbols to be typed. To enable, install the extension, then go to Chrome OS Settings > Languages and input > Manage input methods > US Mac Option Keyboard. Then, go back to Languages and input and select US Mac Option Keyboard to enable it.
拡張機能の基本情報
名前 | US Mac Option Keyboard |
ID | ohngaapjcppoiebgeajobjffoknogfpk |
公式URL | https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk |
説明 | US Mac Option Keyboard |
ファイルサイズ | 8.53 KB |
インストール数 | 230 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-24 |
公開日 | 2020-07-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | adlr |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "US Mac Option Keyboard", "version": "1.0", "manifest_version": 2, "description": "US Mac Option Keyboard", "icons": { "96": "icon96.png" }, "permissions": [ "input" ], "input_components": [ { "name": "US Mac Option Keyboard", "type": "ime", "id": "us_mac_option_xkb", "description": "US Mac Option Keyboard", "language": "en-US", "layouts": [ "us(mac)" ] } ] } |