Lushootseed

Lushootseed (dxʷləšucid) keyboard

Lushootseed là gì?

Lushootseed là một tiện ích mở rộng Chrome được phát triển bởi chrome-input-extensions, và tính năng chính của nó là "Lushootseed (dxʷləšucid) keyboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lushootseed

Tải xuống các tệp mở rộng Lushootseed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lushootseed Lushootseed
ID bdcecklhaeiniooomgajkefmnghopnpk
URL Chính Thức https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk
Mô tả Lushootseed (dxʷləšucid) keyboard
Kích Thước Tệp 19.16 KB
Số Lần Cài Đặt 213
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2019-04-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển chrome-input-extensions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed
URL Trang Trợ Giúp https://github.com/google/extra-keyboards-for-chrome-os/issues
URL Trang Chính Sách Bảo Mật https://policies.google.com/privacy?hl=en
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}