KFUPM-Schedule
Improve Your Schedule Design
What is KFUPM-Schedule?
KFUPM-Schedule is a Chrome extension developed by lastcode7089, and its main feature is "Improve Your Schedule Design".
Extension Screenshots
Download KFUPM-Schedule Extension CRX File
Download KFUPM-Schedule 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
this extension will improve your normal schedule. rather than the normal unclear and hard to read schedule, you can now have a clean modern schedule with 8 different themes!.
Extension Basic Information
Name | KFUPM-Schedule |
ID | babmbipmiggamdmgojphiidpbdpiecoi |
Official URL | https://chromewebstore.google.com/detail/kfupm-schedule/babmbipmiggamdmgojphiidpbdpiecoi |
Description | Improve Your Schedule Design |
File Size | 27.32 KB |
Installation Count | 1,248 |
Current Version | 1.1 |
Last Updated | 2022-09-01 |
Publish Date | 2022-08-30 |
Rating | 4.50/5 Total 4 Ratings |
Developer | lastcode7089 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KFUPM-Schedule", "version": "1.1", "description": "Improve Your Schedule Design", "content_scripts": [ { "matches": [ "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.P_CrseSchd", "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.P_CrseSchd?*", "https:\/\/banner8-ssb.kfupm.edu.sa\/PROD9\/bwskfshd.p_proc_crse_schd" ], "js": [ "script.js" ], "css": [ "style.css" ] } ], "action": { "default_icon": { "16": "\/images\/clock16.png", "32": "\/images\/clock32.png", "48": "\/images\/clock64.png", "128": "\/images\/clock128.png" } }, "icons": { "16": "\/images\/clock16.png", "32": "\/images\/clock32.png", "48": "\/images\/clock64.png", "128": "\/images\/clock128.png" } } |