Duolingo Boost

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

Duolingo Boostคืออะไร?

Duolingo Boost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Richard Filipčík และคุณลักษณะหลักของมันคือ "Duolingo Boost enhances Duolingo website for even better language learning experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Boost

ดาวน์โหลดไฟล์ส่วนขยาย Duolingo Boost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}