Extension for Duolingo

Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...

Extension for Duolingo란 무엇입니까?

Extension for Duolingo은(는) https://nmhillusion.web.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more..."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Extension for Duolingo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click on extension icon in toolbar to update setting of extension.

Add up some features when access duolingo exam: remove tournament board, add short-cut when do exams and stories.

Note:
This extention will make your learning more difficult with no hints any more and you must use keyboard to enter answer without vocabularies.

* Shortcuts:
- Number 0 to 9 to press the button in options to answer.
- Alt + Shift + P to go to practice.
- Alt + Shift + Q to go to stories.

* List all the decayed skills in the first part skills tree

* Only show custom panel for your EXP today

* See config options of this extension for more options

* Automatic shortcuts for wordbanks and other elements

* Auto-click "Next" button for more focus on the exam

[Source of project]: https://gitlab.com/nmhillusion/duolingo-chrome-extension/                    

확장 프로그램 기본 정보

이름 Extension for Duolingo Extension for Duolingo
ID imkilagmimmnfcicabegllpcfbjkhdci
공식 URL https://chromewebstore.google.com/detail/extension-for-duolingo/imkilagmimmnfcicabegllpcfbjkhdci
설명 Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...
파일 크기 27.39 KB
설치 횟수 1,518
현재 버전 1.3.11
최근 업데이트 2024-01-26
출시 날짜 2021-12-06
평점 3.00/5 총 5 개의 평점
개발자 https://nmhillusion.web.app
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension for Duolingo",
    "version": "1.3.11",
    "description": "Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...",
    "manifest_version": 3,
    "background": {
        "service_worker": "dist\/background.out.js"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "action": {
        "default_popup": "dist\/popup\/popup.html",
        "default_icon": {
            "128": "images\/icon.png"
        }
    },
    "icons": {
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "js": [
                "lib\/metrix.2021.12.05.lib.js",
                "dist\/content.out.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.duolingo.com\/"
    ],
    "options_ui": {
        "page": "dist\/option\/options.html",
        "open_in_tab": false
    }
}