UCSD Schedule Visualizer

Help quickly visualize UCSD schedule.

What is UCSD Schedule Visualizer?

UCSD Schedule Visualizer is a Chrome extension developed by 17victork, and its main feature is "Help quickly visualize UCSD schedule.".

Extension Screenshots

screenshot

Download UCSD Schedule Visualizer Extension CRX File

Download UCSD Schedule Visualizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name UCSD Schedule Visualizer UCSD Schedule Visualizer
ID jkaheldanccinoefddienccoblmcmhgn
Official URL https://chromewebstore.google.com/detail/ucsd-schedule-visualizer/jkaheldanccinoefddienccoblmcmhgn
Description Help quickly visualize UCSD schedule.
File Size 35.91 KB
Installation Count 332
Current Version 1.9.3
Last Updated 2024-02-27
Publish Date 2022-08-17
Rating 5.00/5 Total 16 Ratings
Developer 17victork
Email [email protected]
Payment Type free
Extension Website https://github.com/WojtekTB/UCSD-Schedule-Visualizer
Help Page URL https://github.com/WojtekTB/UCSD-Schedule-Visualizer
Supported Languages 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
}