DuoKB

Changes input for Duolingo without need of switching keyboard layouts.

ما هو DuoKB؟

DuoKB هو إضافة Chrome تم تطويرها بواسطة Eratosthenes، والميزة الرئيسية لها هي "Changes input for Duolingo without need of switching keyboard layouts.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DuoKB

قم بتنزيل ملفات الامتداد DuoKB بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Currently works only with the following languages:
Greek
Hebrew
Russian
Ukrainian                    

معلومات أساسية عن التمديد

الاسم DuoKB DuoKB
ID kpejbcdkbendicaleokecfkmmpkgkedl
عنوان URL الرسمي https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl
الوصف Changes input for Duolingo without need of switching keyboard layouts.
حجم الملف 56.84 KB
عدد التثبيتات 31
النسخة الحالية 0.13
آخر تحديث 2023-10-15
تاريخ النشر 2020-12-13
المطور Eratosthenes
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/cdberkstresser/DuoKB
عنوان صفحة المساعدة https://github.com/cdberkstresser/DuoKB
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Changes input for Duolingo without need of switching keyboard layouts.",
    "manifest_version": 3,
    "name": "DuoKB",
    "version": "0.13",
    "homepage_url": "https:\/\/github.com\/cdberkstresser\/DuoKB",
    "icons": {
        "16": "icons\/duokb-16.png",
        "32": "icons\/duokb-32.png",
        "48": "icons\/duokb-48.png",
        "64": "icons\/duokb-64.png",
        "96": "icons\/duokb-96.png",
        "128": "icons\/duokb-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "action": {
        "default_icon": "icons\/duokb-128.png",
        "default_title": "DuoKB"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*"
            ],
            "js": [
                "duokb.js",
                "translations.js",
                "options.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}