Lushootseed
Lushootseed (dxʷləšucid) keyboard
What is Lushootseed?
Lushootseed is a Chrome extension developed by chrome-input-extensions, and its main feature is "Lushootseed (dxʷləšucid) keyboard".
Extension Screenshots
Download Lushootseed Extension CRX File
Download Lushootseed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/.
Extension Basic Information
Name | Lushootseed |
ID | bdcecklhaeiniooomgajkefmnghopnpk |
Official URL | https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk |
Description | Lushootseed (dxʷləšucid) keyboard |
File Size | 19.16 KB |
Installation Count | 213 |
Current Version | 1.0 |
Last Updated | 2023-12-06 |
Publish Date | 2019-04-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | chrome-input-extensions |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed |
Help Page URL | https://github.com/google/extra-keyboards-for-chrome-os/issues |
Privacy Policy Page URL | https://policies.google.com/privacy?hl=en |
Supported Languages | 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" ] } ] } |