{"id":24708020,"url":"https://github.com/pungrumpy/kmitl-wizard","last_synced_at":"2026-02-13T09:34:38.300Z","repository":{"id":245847909,"uuid":"819372841","full_name":"PunGrumpy/kmitl-wizard","owner":"PunGrumpy","description":"🧙‍♂️ KMITL Schedule Table Extension","archived":false,"fork":false,"pushed_at":"2024-06-25T16:08:56.000Z","size":790,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-01T13:39:29.631Z","etag":null,"topics":["chrome-extension","kmitl","svelte","vite"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PunGrumpy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-24T11:26:22.000Z","updated_at":"2024-08-27T09:28:58.000Z","dependencies_parsed_at":"2024-06-24T13:04:07.743Z","dependency_job_id":"43e05829-54f5-472a-b24e-57193a21c9bd","html_url":"https://github.com/PunGrumpy/kmitl-wizard","commit_stats":null,"previous_names":["pungrumpy/kmitl-wizard"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/PunGrumpy/kmitl-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fkmitl-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fkmitl-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fkmitl-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fkmitl-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/kmitl-wizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Fkmitl-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278315189,"owners_count":25966774,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","kmitl","svelte","vite"],"created_at":"2025-01-27T06:27:33.836Z","updated_at":"2025-10-04T12:41:37.839Z","avatar_url":"https://github.com/PunGrumpy.png","language":"Svelte","readme":"\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003e🧙‍♂️ KMITL Wizard Extension Chrome\u003c/h1\u003e\n    \u003cp\u003e\n        \u003csub\u003e\n            Turn your KMITL schedule into a beautiful and interactive table with the KMITL Schedule Table Extension. This tool enhances your standard schedule, making it visually appealing and easy to navigate. Enjoy features like color-coded classes, clickable links for additional details, and customizable layouts to suit your preferences.\n        \u003c/sub\u003e\n    \u003c/p\u003e\n    \u003ctable\u003e\n        \u003ctr\u003e\n            \u003ctd\u003e\n                \u003cimg src=\".github/images/preview-dark.png\" alt=\"Preview\" width=\"100%\" style=\"border-radius: 5px;\"\u003e\n                \u003cp align=\"center\"\u003e\n                    Preview in dark mode\n                \u003c/p\u003e\n            \u003c/td\u003e\n            \u003ctd\u003e\n                \u003cimg src=\".github/images/preview-light.png\" alt=\"Preview\" width=\"100%\" style=\"border-radius: 5px;\"\u003e\n                \u003cp align=\"center\"\u003e\n                    Preview in light mode\n                \u003c/p\u003e\n            \u003c/td\u003e\n        \u003c/tr\u003e\n    \u003c/table\u003e\n\u003c/div\u003e\n\n## 🔮 Features\n\n- [x] Display schedule table\n- [x] Display address of the classroom\n- [x] Display time of the class\n- [x] Download schedule table as an image\n- [x] Copy schedule table to clipboard\n- [x] Dark mode\n- [x] Toaster notification (click to close)\n- [x] Check for updates\n\n## 🧑‍💻 Stacks\n\n- [Svelte](https://svelte.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Vite](https://vitejs.dev/)\n- [CRXJS Vite Plugin](https://github.com/crxjs/chrome-extension-tools/blob/main/packages/vite-plugin/README.md)\n- [Chrome Extensions Manifest V3](https://developer.chrome.com/docs/extensions/mv3/intro/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n## 🚜 Development\n\nTo get started with development, follow these steps:\n\n1. **Install dependencies:**\n\n   ```bash\n   bun install\n   ```\n\n2. **Start development server with HMR (Hot Module Replacement):**\n\n   ```bash\n   bun dev\n   ```\n\n## ⚙️ Build\n\nTo create a production build, run:\n\n```bash\nbun run build\n```\n\nThis will compile the files into the `/dist` directory.\n\n## 📦 Load Unpacked Extensions\n\nTo load the extension into Chrome, follow these steps:\n\n1. Open the Extension Management page by navigating to `chrome://extensions`.\n2. Enable Developer Mode by clicking the toggle switch next to **\"Developer mode\"**.\n3. Click the **\"LOAD UNPACKED\"** button and select the `/dist` directory.\n4. For easier development, install the [Extensions Reloader](https://chromewebstore.google.com/detail/extensions-reloader/fimgfedafeadlieiabdeeaodndnlbhid) for automatic updates to `/dist`.\n\n## 🤝 Contribute\n\nWe invite you to contribute to **KMITL WIZARD**! Here’s how you can help:\n\n- Open a pull request. We will review your code and approve it if it meets our standards. 😎\n- Report a bug by opening an issue. 🐛\n- Add a new feature by opening an issue. 💡\n\n## 🫡 Credits\n\nThis project is inspired by:\n\n- [Svelte Typescript Chrome Extension Boilerplate](https://github.com/NekitCorp/chrome-extension-svelte-typescript-boilerplate)\n- [KMITL +](https://github.com/t0ngk/KMITL-PLUS)\n- [KMITL X](https://github.com/BossNz/kmitl-x)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fkmitl-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Fkmitl-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Fkmitl-wizard/lists"}