Lushootseed
Lushootseed (dxʷləšucid) keyboard
什麼是Lushootseed?
Lushootseed是由chrome-input-extensions開發的Chrome擴展程式,該擴展的主要功能是“Lushootseed (dxʷləšucid) keyboard”。
擴展截圖
下載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/.                     擴展基本資訊
| 名稱 |   |  
| ID | bdcecklhaeiniooomgajkefmnghopnpk | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
            ]
        }
    ]
}  |  |