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.”。
擴展截圖
下載Duolingo Boost擴展crx文件
下載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 |
ID | mgecoicpalmpphlgfkdepgpofjcnggkn |
官方網址 | 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" } |