Lushootseed

Lushootseed (dxʷləšucid) keyboard

Apa itu Lushootseed?

Lushootseed adalah ekstensi Chrome yang dikembangkan oleh chrome-input-extensions, dan fitur utamanya adalah "Lushootseed (dxʷləšucid) keyboard".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lushootseed

Unduh file ekstensi Lushootseed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Lushootseed Lushootseed
ID bdcecklhaeiniooomgajkefmnghopnpk
URL Resmi https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk
Deskripsi Lushootseed (dxʷləšucid) keyboard
Ukuran File 19.16 KB
Jumlah Instalasi 213
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-12-06
Tanggal Publikasi 2019-04-26
Penilaian 5.00/5 Total 1 Penilaian
Pengembang chrome-input-extensions
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed
URL Halaman Bantuan https://github.com/google/extra-keyboards-for-chrome-os/issues
URL Halaman Kebijakan Privasi https://policies.google.com/privacy?hl=en
Bahasa yang Didukung 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"
            ]
        }
    ]
}