Extension for Duolingo
Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...
什么是Extension for Duolingo?
Extension for Duolingo是由https://nmhillusion.web.app开发的Chrome扩展程序,该扩展的主要功能是“Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...”。
扩展截图
下载Extension for Duolingo扩展crx文件
下载Extension for Duolingo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Click on extension icon in toolbar to update setting of extension. Add up some features when access duolingo exam: remove tournament board, add short-cut when do exams and stories. Note: This extention will make your learning more difficult with no hints any more and you must use keyboard to enter answer without vocabularies. * Shortcuts: - Number 0 to 9 to press the button in options to answer. - Alt + Shift + P to go to practice. - Alt + Shift + Q to go to stories. * List all the decayed skills in the first part skills tree * Only show custom panel for your EXP today * See config options of this extension for more options * Automatic shortcuts for wordbanks and other elements * Auto-click "Next" button for more focus on the exam [Source of project]: https://gitlab.com/nmhillusion/duolingo-chrome-extension/
扩展基本信息
名称 | Extension for Duolingo |
ID | imkilagmimmnfcicabegllpcfbjkhdci |
官方URL | https://chromewebstore.google.com/detail/extension-for-duolingo/imkilagmimmnfcicabegllpcfbjkhdci |
简介 | Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more... |
文件大小 | 27.39 KB |
安装次数 | 1,518 |
当前版本 | 1.3.11 |
更新时间 | 2024-01-26 |
上架时间 | 2021-12-06 |
评分 | 3.00/5 共5次评分 |
开发者 | https://nmhillusion.web.app |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension for Duolingo", "version": "1.3.11", "description": "Extension for Duolingo to support some features like: remove tournament board, short-cut in practice and more...", "manifest_version": 3, "background": { "service_worker": "dist\/background.out.js" }, "permissions": [ "storage", "declarativeContent" ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "images\/icon.png" } }, "icons": { "128": "images\/icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*" ], "js": [ "lib\/metrix.2021.12.05.lib.js", "dist\/content.out.js" ] } ], "host_permissions": [ "https:\/\/www.duolingo.com\/" ], "options_ui": { "page": "dist\/option\/options.html", "open_in_tab": false } } |