Duolingo Boost
Duolingo Boost enhances Duolingo website for even better language learning experience.
Was ist Duolingo Boost?
Duolingo Boost ist eine Chrome-Erweiterung, die von Richard Filipčík entwickelt wurde, und ihr Hauptmerkmal ist "Duolingo Boost enhances Duolingo website for even better language learning experience.".
Erweiterungsscreenshots
Duolingo Boost-Erweiterungs-CRX-Datei herunterladen
Laden Sie Duolingo Boost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Duolingo Boost |
ID | mgecoicpalmpphlgfkdepgpofjcnggkn |
Offizielle URL | https://chromewebstore.google.com/detail/duolingo-boost/mgecoicpalmpphlgfkdepgpofjcnggkn |
Beschreibung | Duolingo Boost enhances Duolingo website for even better language learning experience. |
Dateigröße | 256 KB |
Installationsanzahl | 9,000 |
Aktuelle Version | 0.4.1 |
Letztes Update | 2021-03-07 |
Veröffentlichungsdatum | 2018-12-13 |
Bewertung | 3.33/5 Insgesamt 18 Bewertungen |
Entwickler | Richard Filipčík |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://richdark.github.io/duolingo-boost/ |
Hilfeseite URL | https://richdark.github.io/duolingo-boost/#qa |
Unterstützte Sprachen | 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" } |