Lushootseed

Lushootseed (dxʷləšucid) keyboard

Cos'è Lushootseed?

Lushootseed è un'estensione di Chrome sviluppata da chrome-input-extensions, e la sua funzione principale è "Lushootseed (dxʷləšucid) keyboard".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lushootseed

Scarica i file di estensione Lushootseed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/.                    

Informazioni di Base sull'Estensione

Nome Lushootseed Lushootseed
ID bdcecklhaeiniooomgajkefmnghopnpk
URL Ufficiale https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk
Descrizione Lushootseed (dxʷləšucid) keyboard
Dimensione del File 19.16 KB
Conteggio Installazioni 213
Versione Corrente 1.0
Ultimo Aggiornamento 2023-12-06
Data di Pubblicazione 2019-04-26
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore chrome-input-extensions
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed
URL della Pagina di Aiuto https://github.com/google/extra-keyboards-for-chrome-os/issues
URL della Pagina della Politica sulla Privacy https://policies.google.com/privacy?hl=en
Lingue Supportate 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"
            ]
        }
    ]
}