Duolingo Boost

Duolingo Boost enhances Duolingo website for even better language learning experience.

Duolingo Boost란 무엇입니까?

Duolingo Boost은(는) Richard Filipčík에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Duolingo Boost enhances Duolingo website for even better language learning experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        What's included? Basically there are some key features which I lacked most on the Duolingo web app and which absence made me to develop this addon, namely

  - night mode,
  - streak notifications/reminders,
  - printing lesson notes,
  - writing custom lesson notes,
  - quick courses overview.

There are also many other features that are already implemented or are planned in the near future. Don't forget to visit Duolingo Boost's official webpage to learn more about it.

New in version 0.4.1

  - Fix login issues in Firefox. #11 #15
  - New update notification popup window.                    

확장 프로그램 기본 정보

이름 Duolingo Boost Duolingo Boost
ID mgecoicpalmpphlgfkdepgpofjcnggkn
공식 URL https://chromewebstore.google.com/detail/duolingo-boost/mgecoicpalmpphlgfkdepgpofjcnggkn
설명 Duolingo Boost enhances Duolingo website for even better language learning experience.
파일 크기 256 KB
설치 횟수 9,000
현재 버전 0.4.1
최근 업데이트 2021-03-07
출시 날짜 2018-12-13
평점 3.33/5 총 18 개의 평점
개발자 Richard Filipčík
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://richdark.github.io/duolingo-boost/
도움말 페이지 URL https://richdark.github.io/duolingo-boost/#qa
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Richard \"Richdark\" Filip\u010d\u00edk",
    "background": {
        "scripts": [
            "scripts\/dev.js",
            "scripts\/common.js",
            "scripts\/jquery-3.1.1.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "icons\/logo-48.png",
        "default_popup": "html\/popup_login.html",
        "default_title": "Duolingo Boost"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/duolingo.css"
            ],
            "js": [
                "scripts\/dev.js",
                "scripts\/jquery-3.1.1.min.js",
                "scripts\/print.min.js",
                "scripts\/common.js",
                "scripts\/duolingo.js"
            ],
            "matches": [
                "*:\/\/www.duolingo.com\/*",
                "*:\/\/www.duolingo.cn\/*"
            ]
        }
    ],
    "description": "Duolingo Boost enhances Duolingo website for even better language learning experience.",
    "icons": {
        "48": "icons\/logo-48.png",
        "32": "icons\/logo-32.png",
        "16": "icons\/logo-16.png"
    },
    "manifest_version": 2,
    "name": "Duolingo Boost",
    "options_ui": {
        "page": "html\/options.html"
    },
    "permissions": [
        "*:\/\/www.duolingo.com\/*",
        "*:\/\/www.duolingo.cn\/*",
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "0.4.1"
}