BannerStand
Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses…
BannerStandคืออะไร?
BannerStand เป็นส่วนขยายของ Chrome ที่พัฒนาโดย aucbannerstand และคุณลักษณะหลักของมันคือ "Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BannerStand
ดาวน์โหลดไฟล์ส่วนขยาย BannerStand ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses much faster, you can display all your courses side by side and organize them as you wish. You will also get a list of Core Curriculum courses by category (Pathways I, Humanities , etc.) offered in the semester you choose. You can simply select the sections that you want in each course, and the ones that are clashing will be unavailable to choose and noted clearly. The ultimate goal of the extension is to make it so easy for you to make a schedule that you will be encouraged to discover what is possible with your schedule for the upcoming semester. This extension gives us the ability to tailor a new Banner on top of the existing one and add anything that we would like to, so feedback is much appreciated.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | imblicgngoenafbknilckenjbkmmkioo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bannerstand/imblicgngoenafbknilckenjbkmmkioo |
คำอธิบาย | Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses… |
ขนาดไฟล์ | 84.73 KB |
จำนวนการติดตั้ง | 344 |
เวอร์ชันปัจจุบัน | 3.2 |
อัปเดตครั้งล่าสุด | 2022-01-26 |
วันที่เผยแพร่ | 2021-06-03 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | aucbannerstand |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BannerStand", "version": "3.2", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/ssb-prod.ec.aucegypt.edu\/*", "http:\/\/ssb-prod.ec.aucegypt.edu\/*", "https:\/\/www.google.com\/" ], "permissions": [ "cookies", "scripting", "storage", "tabs" ], "action": { "default_icon": { "16": "extension_icon16.png", "32": "extension_icon32.png" } }, "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "extension_icon128.png" } } |