OSCAR+

OSCAR+ improves the look and feel of Georgia Tech's OSCAR.

什麼是OSCAR+?

OSCAR+是由Henry LE BERRE開發的Chrome擴展程式,該擴展的主要功能是“OSCAR+ improves the look and feel of Georgia Tech's OSCAR.”。

擴展截圖

screenshot
screenshot

下載OSCAR+擴展crx文件

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

擴展使用說明

                        Enhances the user interface of Georgia Tech's OSCAR.

Our mission statement: "Making Georgia Tech's class registration system as beautiful as its payment gateway."                    

擴展基本資訊

名稱 OSCAR+ OSCAR+
ID fcjdbonkjmoampkihabopmahicdimcee
官方網址 https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee
簡介 OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
檔案大小 32.94 KB
安裝次數 39
目前版本 2.1
更新時間 2021-10-07
上架時間 2021-07-14
評分 5.00/5 共 1 次評分
開發者 Henry LE BERRE
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/henryleberre/GT-UI
說明頁面URL https://github.com/henryleberre/GT-UI/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/oscar.gatech.edu\/*"
            ],
            "resources": [
                "main\/index.html",
                "main\/gt-logo.svg",
                "main\/github-logo.svg"
            ]
        }
    ],
    "name": "OSCAR+",
    "version": "2.1",
    "description": "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/oscar.gatech.edu\/*"
            ],
            "css": [
                "main\/tailwind.min.css"
            ],
            "js": [
                "main\/index.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "OSCAR+",
        "default_popup": "popup\/index.html"
    }
}