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 |
| 官方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 |
| 电子邮箱 | [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"
]
}
]
} | |