sk.edge

your registration assistant by students, for students

Co je sk.edge?

sk.edge je rozšíření Chrome vyvinuté Nebula Labs, a jeho hlavní funkcí je „your registration assistant by students, for students“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření sk.edge

Stáhněte si soubory rozšíření sk.edge ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        sk.edge is an extension developed and maintained by Nebula Labs, a University of Texas Dallas  organization focused on building tools for UTD students.

sk.edge aims to help students during registration by aggregating data from multiple sources and presenting it in a convenient place, right where students pick their courses.                    

Základní Informace o Rozšíření

Název sk.edge sk.edge
ID ghipfanpcodcmkjacmmfjdmccdiaahab
Oficiální URL https://chromewebstore.google.com/detail/skedge/ghipfanpcodcmkjacmmfjdmccdiaahab
Popis your registration assistant by students, for students
Velikost souboru 252 KB
Počet instalací 335
Aktuální Verze 0.0.2
Poslední Aktualizace 2023-07-09
Datum Vydání 2023-03-24
Hodnocení 5.00/5 Celkem 9 Hodnocení
Vývojář Nebula Labs
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.utdnebula.com/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.0.2",
    "author": "Nebula Labs",
    "name": "sk.edge",
    "description": "your registration assistant by students, for students",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/utdallas.collegescheduler.com\/terms\/*\/courses\/*"
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/utdallas.collegescheduler.com\/terms\/*\/courses\/*",
        "https:\/\/www.ratemyprofessors.com\/",
        "https:\/\/api.utdnebula.com\/"
    ]
}