US Mac Option Keyboard

US Mac Option Keyboard

Wat is US Mac Option Keyboard?

US Mac Option Keyboard is een Chrome-extensie ontwikkeld door adlr, en de belangrijkste functie is "US Mac Option Keyboard".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie US Mac Option Keyboard

Download US Mac Option Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam US Mac Option Keyboard US Mac Option Keyboard
ID ohngaapjcppoiebgeajobjffoknogfpk
Officiële URL https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk
Beschrijving US Mac Option Keyboard
Bestandsgrootte 8.53 KB
Aantal Installaties 230
Huidige Versie 1.0
Laatst Bijgewerkt 2020-07-24
Publicatiedatum 2020-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar adlr
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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)"
            ]
        }
    ]
}