US Mac Option Keyboard

US Mac Option Keyboard

Hvad er US Mac Option Keyboard?

US Mac Option Keyboard er en Chrome-udvidelse udviklet af adlr, og dens hovedfunktion er "US Mac Option Keyboard".

Udvidelsesskærmbilleder

screenshot

Download US Mac Option Keyboard-udvidelses-CRX-fil

Download US Mac Option Keyboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn US Mac Option Keyboard US Mac Option Keyboard
ID ohngaapjcppoiebgeajobjffoknogfpk
Officiel URL https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk
Beskrivelse US Mac Option Keyboard
Filstørrelse 8.53 KB
Antal Installationer 230
Nuværende Version 1.0
Senest Opdateret 2020-07-24
Udgivelsesdato 2020-07-24
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler adlr
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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)"
            ]
        }
    ]
}