US Mac Option Keyboard

US Mac Option Keyboard

Was ist US Mac Option Keyboard?

US Mac Option Keyboard ist eine Chrome-Erweiterung, die von adlr entwickelt wurde, und ihr Hauptmerkmal ist "US Mac Option Keyboard".

Erweiterungsscreenshots

screenshot

US Mac Option Keyboard-Erweiterungs-CRX-Datei herunterladen

Laden Sie US Mac Option Keyboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name US Mac Option Keyboard US Mac Option Keyboard
ID ohngaapjcppoiebgeajobjffoknogfpk
Offizielle URL https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk
Beschreibung US Mac Option Keyboard
Dateigröße 8.53 KB
Installationsanzahl 230
Aktuelle Version 1.0
Letztes Update 2020-07-24
Veröffentlichungsdatum 2020-07-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler adlr
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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)"
            ]
        }
    ]
}