Learn Helper
清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务
What is Learn Helper?
Learn Helper is a Chrome extension developed by UltimateGeeker, and its main feature is "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务".
Extension Screenshots
Download Learn Helper Extension CRX File
Download Learn Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
清华大学网络学堂对用户而言,设计的并不友好,在Chrome环境下会出现众多显示错误。 该插件提供了一个漂亮的使用界面,通过全自动的数据挖掘向用户提供作业、通知、文件、讨论区的新内容,极大的提升了体验感受。
Extension Basic Information
Name | Learn Helper |
ID | mdehapphdlihjjgkhmoiknmnhcjpjall |
Official URL | https://chromewebstore.google.com/detail/learn-helper/mdehapphdlihjjgkhmoiknmnhcjpjall |
Description | 清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务 |
File Size | 552 KB |
Installation Count | 2,000 |
Current Version | 4.6.2 |
Last Updated | 2023-10-22 |
Publish Date | 2020-02-26 |
Rating | 4.95/5 Total 97 Ratings |
Developer | UltimateGeeker |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/Harry-Chen/Learn-Helper/wiki/Privacy-Policy |
Supported Languages | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "zh_CN", "author": "Harry Chen", "version": "4.6.2", "manifest_version": 3, "action": { "default_icon": { "19": "icons\/19.png" }, "default_title": "__MSG_appName__" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "*:\/\/learn.tsinghua.edu.cn\/*", "*:\/\/id.tsinghua.edu.cn\/*" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "downloads", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "pages\/about.html", "pages\/index.html" ], "matches": [ " |