Study Tools for Magister

An extension that improves various aspects of and solves many issues in Magister.

Study Tools for Magisterคืออะไร?

Study Tools for Magister เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QkeleQ10 และคุณลักษณะหลักของมันคือ "An extension that improves various aspects of and solves many issues in Magister."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Study Tools for Magister

ดาวน์โหลดไฟล์ส่วนขยาย Study Tools for Magister ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Study Tools brengt veel verbeteringen aan op Magister, Nederlands grootste elektronische leeromgeving.

Een paar voorbeelden van de functionaliteiten van Study Tools:

- Aangepaste uiterlijk: Instelbaar donker/licht thema, aangepaste accentkleur en speciale decoraties.
- Start: Weg met het rommelige Vandaag, op pagina Start zie je met widgets alles in één oogopslag.
- Automatisch inloggen: Compleet instelbaar op basis van jouw behoeften en je school.
- Studiewijzers: Verschillende weergave-opties voor efficiëntie en overzichtelijkheid.
- Cijfercalculator: Wat moet ik halen en wat kom ik te staan? Inclusief grafiek!
- Statistieken: Vergelijk je cijfers en je rooster op verschillende manieren met vrienden.
- Cijferback-up: Altijd bij je cijfers kunnen, zelfs als je school ze besluit te sluiten.

En nog veel meer! Ik voeg regelmatig nieuwe functies toe. Feedback wordt op prijs gesteld!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Study Tools for Magister Study Tools for Magister
ID hacjodpccmeoocakiahjfndppdeallak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/study-tools-for-magister/hacjodpccmeoocakiahjfndppdeallak
คำอธิบาย An extension that improves various aspects of and solves many issues in Magister.
ขนาดไฟล์ 241 KB
จำนวนการติดตั้ง 5,140
เวอร์ชันปัจจุบัน 3.7.6
อัปเดตครั้งล่าสุด 2024-02-25
วันที่เผยแพร่ 2023-04-04
คะแนน 4.73/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา QkeleQ10
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://qkeleq10.github.io/studytools
URL หน้าช่วยเหลือ https://qkeleq10.github.io/studytools
ภาษาที่รองรับ de,en,fr,nl,no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "3.7.6",
    "default_locale": "nl",
    "icons": {
        "16": "icons\/[email protected]",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "64": "icons\/[email protected]",
        "128": "icons\/[email protected]",
        "256": "icons\/[email protected]",
        "300": "icons\/[email protected]",
        "512": "icons\/[email protected]"
    },
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": "src\/service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.magister.net\/*",
                "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*"
            ],
            "js": [
                "src\/magister\/scripts\/api.js",
                "src\/util.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.magister.net\/*"
            ],
            "js": [
                "src\/magister\/scripts\/style.js"
            ],
            "css": [
                "src\/magister\/styles\/main.css",
                "src\/magister\/styles\/gamification.css",
                "src\/magister\/styles\/today.css",
                "src\/magister\/styles\/grades.css",
                "src\/magister\/styles\/studyguide.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.magister.net\/magister\/*"
            ],
            "js": [
                "src\/magister\/scripts\/main.js",
                "src\/magister\/scripts\/gamification.js",
                "src\/magister\/scripts\/today.js",
                "src\/magister\/scripts\/grades.js",
                "src\/magister\/scripts\/studyguide.js",
                "src\/magister\/scripts\/books.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/accounts.magister.net\/account\/login*"
            ],
            "js": [
                "src\/magister\/scripts\/login.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/login.microsoftonline.com\/*\/oauth2\/authorize*"
            ],
            "js": [
                "src\/other\/microsoft-login.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/nl\/strings.json",
                "_locales\/en\/strings.json",
                "_locales\/fr\/strings.json",
                "_locales\/de\/strings.json",
                "_locales\/no\/strings.json"
            ],
            "matches": [
                "*:\/\/*.magister.net\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/[email protected]",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]",
            "64": "icons\/[email protected]",
            "128": "icons\/[email protected]",
            "256": "icons\/[email protected]",
            "300": "icons\/[email protected]",
            "512": "icons\/[email protected]"
        },
        "default_popup": "popup\/dist\/index.html",
        "default_title": "__MSG_appName__\nKlik om te configureren"
    },
    "options_page": "popup\/dist\/index.html",
    "options_ui": {
        "page": "popup\/dist\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.magister.net\/*"
    ]
}