Dvorak left
Dvorak left handed keyboard
ما هو Dvorak left؟
Dvorak left هو إضافة Chrome تم تطويرها بواسطة chrome-input-extensions، والميزة الرئيسية لها هي "Dvorak left handed keyboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dvorak left
قم بتنزيل ملفات الامتداد Dvorak left بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        This extension provides a Dvorak keyboard layout for the left hand in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add English (US), and check the "Dvorak left" option. If the option does not show up, sign out once and retry the procedure. Switch keyboard layouts with Alt+Shift until you hit the Dvorak left keyboard (symbol: DV*).
By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
Known issue: if this stopped working after updating to M36 please see crbug.com/397143 for a workaround (Chrome OS 37+ should not be affected)                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | daedidciajfkjpjfmailopfppehmdlkn | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/dvorak-left/daedidciajfkjpjfmailopfppehmdlkn | 
| الوصف | Dvorak left handed keyboard | 
| حجم الملف | 7.77 KB | 
| عدد التثبيتات | 382 | 
| النسخة الحالية | 1.0 | 
| آخر تحديث | 2020-08-19 | 
| تاريخ النشر | 2020-08-18 | 
| تقييم | 4.40/5 مجموع تقييمات 15 | 
| المطور | chrome-input-extensions | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| عنوان صفحة سياسة الخصوصية | https://policies.google.com/privacy?hl=en | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dvorak left",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Dvorak left handed keyboard",
    "permissions": [
        "input"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "input_components": [
        {
            "name": "Dvorak left",
            "type": "ime",
            "id": "dvorak_left_xkb",
            "description": "Dvorak left keyboard",
            "language": "en-US",
            "layouts": [
                "us(dvorak-l)"
            ]
        }
    ]
}  |  |