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.」です。
拡張機能のスクリーンショット
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+ |
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 |
Eメール | [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" } } |