Lushootseed

Lushootseed (dxʷləšucid) keyboard

Lushootseedとは何ですか?

Lushootseedはchrome-input-extensionsによって開発されたChromeの拡張機能で、その主な機能は「Lushootseed (dxʷləšucid) keyboard」です。

拡張機能のスクリーンショット

screenshot

Lushootseed拡張機能のCRXファイルをダウンロード

Lushootseed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Lushootseed Lushootseed
ID bdcecklhaeiniooomgajkefmnghopnpk
公式URL https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk
説明 Lushootseed (dxʷləšucid) keyboard
ファイルサイズ 19.16 KB
インストール数 213
現在のバージョン 1.0
最終更新日 2023-12-06
公開日 2019-04-26
評価 5.00/5 合計 1 レビュー
開発者 chrome-input-extensions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed
ヘルプページのURL https://github.com/google/extra-keyboards-for-chrome-os/issues
プライバシーポリシーページのURL https://policies.google.com/privacy?hl=en
対応言語 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"
            ]
        }
    ]
}