sk.edge

your registration assistant by students, for students

什麼是sk.edge?

sk.edge是由Nebula Labs開發的Chrome擴展程式,該擴展的主要功能是“your registration assistant by students, for students”。

擴展截圖

screenshot
screenshot
screenshot

下載sk.edge擴展crx文件

下載sk.edge擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 sk.edge sk.edge
ID ghipfanpcodcmkjacmmfjdmccdiaahab
官方網址 https://chromewebstore.google.com/detail/skedge/ghipfanpcodcmkjacmmfjdmccdiaahab
簡介 your registration assistant by students, for students
檔案大小 252 KB
安裝次數 335
目前版本 0.0.2
更新時間 2023-07-09
上架時間 2023-03-24
評分 5.00/5 共 9 次評分
開發者 Nebula Labs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.utdnebula.com/
支援的語言 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\/"
    ]
}