OSCAR+

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

OSCAR+ là gì?

OSCAR+ là một tiện ích mở rộng Chrome được phát triển bởi Henry LE BERRE, và tính năng chính của nó là "OSCAR+ improves the look and feel of Georgia Tech's OSCAR.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OSCAR+

Tải xuống các tệp mở rộng OSCAR+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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."                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OSCAR+ OSCAR+
ID fcjdbonkjmoampkihabopmahicdimcee
URL Chính Thức https://chromewebstore.google.com/detail/oscar+/fcjdbonkjmoampkihabopmahicdimcee
Mô tả OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
Kích Thước Tệp 32.94 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-10-07
Ngày Phát Hành 2021-07-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Henry LE BERRE
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/henryleberre/GT-UI
URL Trang Trợ Giúp https://github.com/henryleberre/GT-UI/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}