US Mac Option Keyboard
US Mac Option Keyboard
Vad är US Mac Option Keyboard?
US Mac Option Keyboard är en Chrome-tillägg utvecklad av adlr, och dess huvudfunktion är "US Mac Option Keyboard".
Tilläggsskärmbilder
Ladda ner US Mac Option Keyboard-förlängningens CRX-fil
Ladda ner US Mac Option Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ohngaapjcppoiebgeajobjffoknogfpk |
| Officiell webbadress | https://chromewebstore.google.com/detail/us-mac-option-keyboard/ohngaapjcppoiebgeajobjffoknogfpk |
| Beskrivning | US Mac Option Keyboard |
| Filstorlek | 8.53 KB |
| Antal Installationer | 230 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-07-24 |
| Publiceringsdatum | 2020-07-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | adlr |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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)"
]
}
]
} | |