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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}