Course Offering
Plan your schedules with this free utility for KFUPM students. (warning: This project is currently unmaintained) What's New in…
Course Offering là gì?
Course Offering là một tiện ích mở rộng Chrome được phát triển bởi Mohalobaidi, và tính năng chính của nó là "Plan your schedules with this free utility for KFUPM students. (warning: This project is currently unmaintained) What's New in…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Course Offering
Tải xuống các tệp mở rộng Course Offering 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
Plan your schedules with this free utility for KFUPM students. (warning: This project is currently unmaintained) What's New in v0.2? + Auto-register is now out of closed beta 🎉. + Finally added support for late section 🌙. + Added Export/Import feature for tables. + Change section with an interactive tool. + Copy, cut and paste tables - by right-clicking on them. Change Log --------- v0.2.12: - Now the auto-register will keep trying to continue even when the registration is closed. - It will also show you if the registration page is controlled by the extension or not. - Added some minor features (not worth telling) - Fixed "Prevent Logout" v0.2.11: - minor fixes and changes. v0.2.10: - Added Copy/Paste functionality for courses. v0.2.9: - Added Export/Import feature for tables. - Fixed scrolling position when a department is changed. v0.2.8: - Finally added support for late section 🌙. - Filters can show you results for multiple values e.g. if you entered in CRN filter "12345;22446" it will show you both 12345 and 22446 sections. v0.2.7: - auto-register is now out of closed beta 🎉. - You can import your existing timetable to Course Offering by clicking on the import button located in the "Print/View your schedule" page on Banner 9. v0.2.6: - minor fixes and changes. v0.2.5: - now you can disable auto-submit for auto-register by clicking on the ⚡️icon. ** You should disable auto submit if you wish to replace a section by another so you can drop the other section manually before submitting (it'll act as an auto-filler). v0.2.4: - Added a refresh button inside the app. - You can now monitor section by clicking on the "closed" word. - You can also monitor and auto register sections by alt-clicking on the word "closed". ** make sure you enable auto-refresh (right-click on the refresh button and choose "refresh every 2s). v0.2.3: - New Icon that better represent the extension. v0.2.2: - Change section with an interactive tool using "Change section" feature located in the context menu of a course (just right-click on any course). - You can now copy CRNs by simply clicking on them. - You can also auto register CRNs by alt+clicking on them (or option+clicking for mac). - Added "Register" button to auto register the whole schedule. v0.2.1: - Started public beta program. v0.2.0: - Copy, cut and paste tables - by right-clicking on them. - Rules (filters) will no longer be lost if you refresh the page. - You can now save or print your timetable - by right-clicking on them. - Switched to Webpack (means it's now more scalable!). - Minor fixes (and created new bugs). v0.1.4: - Light theme is now back. v0.1.3: - Added support for google Analytics. v0.1.2: - Added the ability of creating timetables for each term. - Added a new notification system and alerts if new update available. --------- Things to add: - Cloning tables. (DONE) - Save timetable as image. (DONE) - Figure out a way to copy sections from a table to another. (DONE) - Timetable sharing. (NEXT) - Add a tutorial and simplify user experience. (NEXT) - Highlight recently opened sections. - Mobile compatibility. - Show and highlight pre-requisites and show warning for missing co-requisites. - Tools; - Schedule generator. - Find final exams. - GPA calculator. - Find new tool ideas. - Find new things to add. Disclaimer: This extension is still in beta, please let us know if you find any issues, we will try to resolve them.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Course Offering |
ID | jajiinopiopggfikifkepeklkfpcbhnm |
URL Chính Thức | https://chromewebstore.google.com/detail/course-offering/jajiinopiopggfikifkepeklkfpcbhnm |
Mô tả | Plan your schedules with this free utility for KFUPM students. (warning: This project is currently unmaintained) What's New in… |
Kích Thước Tệp | 68.13 KB |
Số Lần Cài Đặt | 3,791 |
Phiên Bản Hiện Tại | 0.3.0.2 |
Cập Nhật Lần Cuối | 2023-11-30 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 4.89/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | Mohalobaidi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://kfupm.tools/ |
URL Trang Chính Sách Bảo Mật | https://github.com/mohalobaidi/course-offering/blob/3.0/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Course Offering", "version": "0.3.0.2", "manifest_version": 3, "action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_title": "Vue Popup" }, "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/registrar.kfupm.edu.sa\/courses-classes\/course-offering", "https:\/\/registrar.kfupm.edu.sa\/course-offering", "https:\/\/kfupm.tools\/course-offering", "https:\/\/kfupm.mohalobaidi.com\/course-offering" ], "js": [ "embedded\/index.js" ], "run_at": "document_start", "css": [ "embedded\/index.519eb34f.css" ] } ] } |