Lushootseed
Lushootseed (dxʷləšucid) keyboard
ما هو Lushootseed؟
Lushootseed هو إضافة Chrome تم تطويرها بواسطة chrome-input-extensions، والميزة الرئيسية لها هي "Lushootseed (dxʷləšucid) keyboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lushootseed
قم بتنزيل ملفات الامتداد Lushootseed بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | https://github.com/google/extra-keyboards-for-chrome-os/issues |
| عنوان صفحة سياسة الخصوصية | 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"
]
}
]
} | |