OSCAR+
OSCAR+ improves the look and feel of Georgia Tech's OSCAR.
OSCAR+คืออะไร?
OSCAR+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Henry LE BERRE และคุณลักษณะหลักของมันคือ "OSCAR+ improves the look and feel of Georgia Tech's OSCAR."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OSCAR+
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |