UCSD Schedule Visualizer

Help quickly visualize UCSD schedule.

Apa itu UCSD Schedule Visualizer?

UCSD Schedule Visualizer adalah ekstensi Chrome yang dikembangkan oleh 17victork, dan fitur utamanya adalah "Help quickly visualize UCSD schedule.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UCSD Schedule Visualizer

Unduh file ekstensi UCSD Schedule Visualizer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama UCSD Schedule Visualizer UCSD Schedule Visualizer
ID jkaheldanccinoefddienccoblmcmhgn
URL Resmi https://chromewebstore.google.com/detail/ucsd-schedule-visualizer/jkaheldanccinoefddienccoblmcmhgn
Deskripsi Help quickly visualize UCSD schedule.
Ukuran File 35.91 KB
Jumlah Instalasi 332
Versi Saat Ini 1.9.3
Terakhir Diperbarui 2024-02-27
Tanggal Publikasi 2022-08-17
Penilaian 5.00/5 Total 16 Penilaian
Pengembang 17victork
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/WojtekTB/UCSD-Schedule-Visualizer
URL Halaman Bantuan https://github.com/WojtekTB/UCSD-Schedule-Visualizer
Bahasa yang Didukung 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
}