Learn Helper
清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务
Cos'è Learn Helper?
Learn Helper è un'estensione di Chrome sviluppata da UltimateGeeker, e la sua funzione principale è "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Learn Helper
Scarica i file di estensione Learn Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
清华大学网络学堂对用户而言,设计的并不友好,在Chrome环境下会出现众多显示错误。
该插件提供了一个漂亮的使用界面,通过全自动的数据挖掘向用户提供作业、通知、文件、讨论区的新内容,极大的提升了体验感受。 Informazioni di Base sull'Estensione
| Nome | |
| ID | mdehapphdlihjjgkhmoiknmnhcjpjall |
| URL Ufficiale | https://chromewebstore.google.com/detail/learn-helper/mdehapphdlihjjgkhmoiknmnhcjpjall |
| Descrizione | 清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务 |
| Dimensione del File | 552 KB |
| Conteggio Installazioni | 2,000 |
| Versione Corrente | 4.6.2 |
| Ultimo Aggiornamento | 2023-10-22 |
| Data di Pubblicazione | 2020-02-26 |
| Valutazione | 4.95/5 Totale 97 Valutazioni |
| Sviluppatore | UltimateGeeker |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://github.com/Harry-Chen/Learn-Helper/wiki/Privacy-Policy |
| Lingue Supportate | 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": [
" | |