UCSD Schedule Visualizer
Help quickly visualize UCSD schedule.
UCSD Schedule Visualizer क्या है?
UCSD Schedule Visualizer 17victork द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help quickly visualize UCSD schedule."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UCSD Schedule Visualizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Optimize your UCSD class scheduling with our WebReg extension. 🚀 ‼️Key features‼️: - Visualize current schedule and custom events in recognizable colors. 📅 - Identify class fit in blue, and red if overlapping. 🔍 - Toggle timetable and class visibility by registration status. 👁️ - View planned, enrolled, or waitlisted classes. 👤 - Github page: https://github.com/WojtekTB/UCSD-Schedule-Visualizer
एक्सटेंशन की मूल जानकारी
नाम | UCSD Schedule Visualizer |
ID | jkaheldanccinoefddienccoblmcmhgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/ucsd-schedule-visualizer/jkaheldanccinoefddienccoblmcmhgn |
विवरण | Help quickly visualize UCSD schedule. |
फ़ाइल का आकार | 35.91 KB |
स्थापना संख्या | 332 |
वर्तमान संस्करण | 1.9.3 |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2022-08-17 |
रेटिंग | 5.00/5 कुल 16 रेटिंग्स |
डेवलपर | 17victork |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/WojtekTB/UCSD-Schedule-Visualizer |
सहायता पृष्ठ URL | https://github.com/WojtekTB/UCSD-Schedule-Visualizer |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UCSD Schedule Visualizer", "description": "Help quickly visualize UCSD schedule.", "version": "1.9.3", "icons": { "128": "ucsd-icon-128.png" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ { "resources": [ "table.html", "scripts\/*", "styles\/*" ], "matches": [ "https:\/\/act.ucsd.edu\/*" ], "use_dyanmics_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/act.ucsd.edu\/webreg2\/*" ], "css": [ "styles\/timetablejs.css", "styles\/font.css" ], "js": [ "scripts\/ratingWindow.js", "scripts\/browser_action.js", "scripts\/timetable.js" ] } ], "manifest_version": 3 } |