US Mac Option Keyboard
US Mac Option Keyboard
What is US Mac Option Keyboard?
US Mac Option Keyboard is a Chrome extension developed by adlr, and its main feature is "US Mac Option Keyboard".
Extension Screenshots
Download US Mac Option Keyboard Extension CRX File
Download US Mac Option Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | US Mac Option Keyboard |
ID | ohngaapjcppoiebgeajobjffoknogfpk |
Official URL | https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk |
Description | US Mac Option Keyboard |
File Size | 8.53 KB |
Installation Count | 230 |
Current Version | 1.0 |
Last Updated | 2020-07-24 |
Publish Date | 2020-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | adlr |
[email protected] | |
Payment Type | free |
Supported Languages | 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)" ] } ] } |