Duolingo Boost

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

Duolingo Boost क्या है?

Duolingo Boost Richard Filipčík द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Duolingo Boost enhances Duolingo website for even better language learning experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duolingo Boost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}