Lushootseed
Lushootseed (dxʷləšucid) keyboard
Co to jest Lushootseed?
Lushootseed to rozszerzenie Chrome opracowane przez chrome-input-extensions, a jego główną funkcją jest „Lushootseed (dxʷləšucid) keyboard”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lushootseed
Pobierz pliki rozszerzeń Lushootseed w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/.
Podstawowe informacje o rozszerzeniu
Nazwa | Lushootseed |
ID | bdcecklhaeiniooomgajkefmnghopnpk |
Oficjalny URL | https://chromewebstore.google.com/detail/lushootseed/bdcecklhaeiniooomgajkefmnghopnpk |
Opis | Lushootseed (dxʷləšucid) keyboard |
Rozmiar pliku | 19.16 KB |
Liczba instalacji | 213 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-12-06 |
Data Publikacji | 2019-04-26 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | chrome-input-extensions |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/google/extra-keyboards-for-chrome-os/tree/master/lushootseed |
Adres URL Strony Pomocy | https://github.com/google/extra-keyboards-for-chrome-os/issues |
Adres URL Strony Polityki Prywatności | https://policies.google.com/privacy?hl=en |
Obsługiwane Języki | 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" ] } ] } |