Hoodle

Utilities for Huji Moodle: hide past courses, change theme color and more!

What is Hoodle?

Hoodle is a Chrome extension developed by https://students-il.blogspot.com, and its main feature is "Utilities for Huji Moodle: hide past courses, change theme color and more!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Hoodle Extension CRX File

Download Hoodle 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

                        עדכון:
התוסף יוצא להפסקה בעקבות סיום התואר של המפתח. אולי נתראה בהמשך. בהצלחה לכולם!
---

Hoodle ישפר את חוויית הגלישה שלכם באתר המודל של האוניברסיטה העברית (Huji Moodle): הסתירו קורסים מרשימת הקורסים, שנו את צבע האתר ועוד!

מיועד לשימוש באתר Huji Moodle שבכתובת https://moodle2.cs.huji.ac.il/.

---
חדש בגרסה 0.20:
- תפריט בתוך המודל!
- כפתור ביטול לתוסף - מונע מהתוסף לפעול במודל
---

- למי לא נמאס מתפריט שמלא בקורסים מסמסטרים קודמים? השתמשו ב-Hoodle כדי לערוך את התפריט ולהציג רק את הקורסים שאתם רוצים לראות!

- גם לכם נמאס מהעיצוב של המודל ב-2021? השתמשו ב-Hoodle כדי להחליף את הצבע! ורוד פוקסיה? כתום תפוז? לבן סולידי? הבחירה שלכם!

- הגעתם לשבוע 13 של הסמסטר ואתם צריכים לגלול במשך דקה רק כדי להגיע לתרגול האחרון? לחצו על "הפיכת סדר שבועות" והשבוע האחרון יופיע ראשון!

רוצים לתרום לקוד? בקרו את הריפוזיטורי בגיטהאב: https://github.com/asiom-tech/hoodle

* התוסף אינו רשמי ונכתב על ידי סטודנטים ולמען סטודנטים.
התוסף אינו מקושר לאוניברסיטה העברית ולא פורסם מטעמה.
This extension is not affiliated with or endorsed by HUJI.                    

Extension Basic Information

Name Hoodle Hoodle
ID joncckflhicdcehobnnlcpjpoeobjekf
Official URL https://chromewebstore.google.com/detail/hoodle/joncckflhicdcehobnnlcpjpoeobjekf
Description Utilities for Huji Moodle: hide past courses, change theme color and more!
File Size 21.07 KB
Installation Count 687
Current Version 0.31
Last Updated 2023-08-20
Publish Date 2021-03-16
Rating 5.00/5 Total 7 Ratings
Developer https://students-il.blogspot.com
Email [email protected]
Payment Type free
Extension Website https://students-il.blogspot.com/2021/03/help.html
Help Page URL https://students-il.blogspot.com/2021/03/help.html
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoodle",
    "version": "0.31",
    "description": "Utilities for Huji Moodle: hide past courses, change theme color and more!",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/moodle2.cs.huji.ac.il\/nu*"
            ],
            "exclude_matches": [
                "*:\/\/*\/*quiz\/attempt*",
                "*:\/\/*\/*editsubmission*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}