Polish Dvorak
Polish Dvorak layout
ما هو Polish Dvorak؟
Polish Dvorak هو إضافة Chrome تم تطويرها بواسطة chrome-input-extensions، والميزة الرئيسية لها هي "Polish Dvorak layout".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Polish Dvorak
قم بتنزيل ملفات الامتداد Polish Dvorak بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides a Polish Dvorak keyboard layout in Chrome OS. How to enable: after installing the extension, head over to chrome://settings/languages then add Polish, and check the Polish Dvorak 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 Polish Dvorak keyboard (symbol: PL*). By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/. Changelog: v1.1 fixed incorrect keyboard descriptor in the manifest 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)
معلومات أساسية عن التمديد
الاسم | Polish Dvorak |
ID | gikieikejljogkfjbijjplfhbmhbmfkf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/polish-dvorak/gikieikejljogkfjbijjplfhbmhbmfkf |
الوصف | Polish Dvorak layout |
حجم الملف | 7.73 KB |
عدد التثبيتات | 645 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-08-04 |
تاريخ النشر | 2014-08-03 |
تقييم | 4.18/5 مجموع تقييمات 28 |
المطور | 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": "Polish Dvorak", "version": "1.1", "manifest_version": 2, "description": "Polish Dvorak layout", "permissions": [ "input" ], "background": { "scripts": [ "background.js" ] }, "input_components": [ { "name": "Polish Dvorak", "type": "ime", "id": "polish-dvorak", "description": "Polish Dvorak", "language": "pl", "layouts": [ "pl(dvorak)" ] } ] } |