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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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)"
]
}
]
} | |