DuoKB

Changes input for Duolingo without need of switching keyboard layouts.

DuoKB란 무엇입니까?

DuoKB은(는) Eratosthenes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes input for Duolingo without need of switching keyboard layouts."입니다.

확장 프로그램 스크린샷

screenshot

DuoKB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}