BannerStand
Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses…
什麼是BannerStand?
BannerStand是由aucbannerstand開發的Chrome擴展程式,該擴展的主要功能是“Welcome to AUC BannerStand. This extension completely changes how you experience Banner. Besides navigating between your courses…”。
擴展截圖
下載BannerStand擴展crx文件
下載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 |
官方網址 | 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" } } |