HKU Moodle Helper

This extension allows HKU students to show your current courses (in a semester) in a separate entry in HKU Moodle. By: Andrew Z

What is HKU Moodle Helper?

HKU Moodle Helper is a Chrome extension developed by andrewzhku, and its main feature is "This extension allows HKU students to show your current courses (in a semester) in a separate entry in HKU Moodle. By: Andrew Z".

Extension Screenshots

screenshot

Download HKU Moodle Helper Extension CRX File

Download HKU Moodle 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

                        1⃣️Click "Add to this semester" on a course
2⃣️Voilà! You'll see the course on the top of the page. Under "Course of this semester".

🎉Your semester list is synced across devices (any chrome browser that is logged into the same Google account)
🎉After a semester ends, you can empty your selection on one click.
🎉You can choose to "Remove from this semester" anytime!
🎉 UI improvements from the vanilla Moodle!

❓Suggestions? Or feedbacks? Please do not hesitate to contact me at [email protected], or WeChat me @andrew7746!!!

This project is open-sourced on GitHub.                    

Extension Basic Information

Name HKU Moodle Helper HKU Moodle Helper
ID einenigpmpgopefpkfbmnlcjmoamijap
Official URL https://chromewebstore.google.com/detail/hku-moodle-helper/einenigpmpgopefpkfbmnlcjmoamijap
Description This extension allows HKU students to show your current courses (in a semester) in a separate entry in HKU Moodle. By: Andrew Z
File Size 28.2 KB
Installation Count 1,140
Current Version 1.4.6
Last Updated 2022-02-13
Publish Date 2019-11-06
Rating 5.00/5 Total 4 Ratings
Developer andrewzhku
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HKU Moodle Helper",
    "version": "1.4.6",
    "description": "This extension allows HKU students to show your current courses (in a semester) in a separate entry in HKU Moodle. By: Andrew Z",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/moodle.hku.hk\/*",
                "https:\/\/moodle.hku.hk\/*",
                "http:\/\/121.37.222.164:8091\/*",
                "https:\/\/121.37.222.164:8091\/*"
            ],
            "css": [
                "myStyle.css"
            ],
            "js": [
                "browser-polyfill.js",
                "feedback.js",
                "messageBox.js",
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}