DuoKB

Changes input for Duolingo without need of switching keyboard layouts.

DuoKB là gì?

DuoKB là một tiện ích mở rộng Chrome được phát triển bởi Eratosthenes, và tính năng chính của nó là "Changes input for Duolingo without need of switching keyboard layouts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DuoKB

Tải xuống các tệp mở rộng DuoKB dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DuoKB DuoKB
ID kpejbcdkbendicaleokecfkmmpkgkedl
URL Chính Thức https://chromewebstore.google.com/detail/duokb/kpejbcdkbendicaleokecfkmmpkgkedl
Mô tả Changes input for Duolingo without need of switching keyboard layouts.
Kích Thước Tệp 56.84 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.13
Cập Nhật Lần Cuối 2023-10-15
Ngày Phát Hành 2020-12-13
Nhà Phát Triển Eratosthenes
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cdberkstresser/DuoKB
URL Trang Trợ Giúp https://github.com/cdberkstresser/DuoKB
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}