Lushootseed
Lushootseed (dxʷləšucid) keyboard
Wat is Lushootseed?
Lushootseed is een Chrome-extensie ontwikkeld door chrome-input-extensions, en de belangrijkste functie is "Lushootseed (dxʷləšucid) keyboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Lushootseed
Download Lushootseed-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
Add a keyboard layout for the Lushootseed language. The layout is based upon en-US qwerty layout. This extension is made and published by Google. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Basisinformatie over de Extensie
Naam | Lushootseed |
ID | bdcecklhaeiniooomgajkefmnghopnpk |
Officiële URL | https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk |
Beschrijving | Lushootseed (dxʷləšucid) keyboard |
Bestandsgrootte | 19.16 KB |
Aantal Installaties | 213 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-12-06 |
Publicatiedatum | 2019-04-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | chrome-input-extensions |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed |
Help Pagina-URL | https://github.com/google/extra-keyboards-for-chrome-os/issues |
URL van de Privacybeleid Pagina | https://policies.google.com/privacy?hl=en |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lushootseed", "version": "1.0", "manifest_version": 2, "description": "Lushootseed (dx\u02b7l\u0259\u0161ucid) keyboard", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "input" ], "input_components": [ { "name": "Lushootseed", "type": "ime", "id": "lushootseed", "description": "Lushootseed (dx\u02b7l\u0259\u0161ucid) keyboard", "language": "en-US", "layouts": [ "us" ] } ] } |