US Mac Option Keyboard

US Mac Option Keyboard

什麼是US Mac Option Keyboard?

US Mac Option Keyboard是由adlr開發的Chrome擴展程式,該擴展的主要功能是“US Mac Option Keyboard”。

擴展截圖

screenshot

下載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 US Mac Option Keyboard
ID ohngaapjcppoiebgeajobjffoknogfpk
官方網址 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)"
            ]
        }
    ]
}