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
官方URL 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"
    }
}