U Plan by 华大课友

在 UW 的 MyPlan 上显示学生对当前课程的评价。

Cos'è U Plan by 华大课友?

U Plan by 华大课友 è un'estensione di Chrome sviluppata da https://uwclassmate.com, e la sua funzione principale è "在 UW 的 MyPlan 上显示学生对当前课程的评价。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione U Plan by 华大课友

Scarica i file di estensione U Plan by 华大课友 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

                        在 UW 的 MyPlan 上显示学生对当前课程的评价。                    

Informazioni di Base sull'Estensione

Nome U Plan by 华大课友 U Plan by 华大课友
ID peldbkaogppcbjjjhhnmcmgickkopohp
URL Ufficiale https://chromewebstore.google.com/detail/u-plan-by-%E5%8D%8E%E5%A4%A7%E8%AF%BE%E5%8F%8B/peldbkaogppcbjjjhhnmcmgickkopohp
Descrizione 在 UW 的 MyPlan 上显示学生对当前课程的评价。
Dimensione del File 30.22 KB
Conteggio Installazioni 143
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-13
Data di Pubblicazione 2023-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://uwclassmate.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://uwclassmate.com/
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "U Plan by \u534e\u5927\u8bfe\u53cb",
    "version": "1.1",
    "description": "\u5728 UW \u7684 MyPlan \u4e0a\u663e\u793a\u5b66\u751f\u5bf9\u5f53\u524d\u8bfe\u7a0b\u7684\u8bc4\u4ef7\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/myplan.uw.edu\/course\/*"
            ],
            "run_at": "document_end"
        }
    ]
}