Lushootseed
Lushootseed (dxʷləšucid) keyboard
Lushootseedคืออะไร?
Lushootseed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-input-extensions และคุณลักษณะหลักของมันคือ "Lushootseed (dxʷləšucid) keyboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lushootseed
ดาวน์โหลดไฟล์ส่วนขยาย 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/.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Lushootseed |
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" ] } ] } |