KFUPM-Schedule
Improve Your Schedule Design
Vad är KFUPM-Schedule?
KFUPM-Schedule är en Chrome-tillägg utvecklad av lastcode7089, och dess huvudfunktion är "Improve Your Schedule Design".
Tilläggsskärmbilder
Ladda ner KFUPM-Schedule-förlängningens CRX-fil
Ladda ner KFUPM-Schedule-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!. Grundläggande Information om Tillägg
| Namn | |
| ID | babmbipmiggamdmgojphiidpbdpiecoi |
| Officiell webbadress | https://chromewebstore.google.com/detail/kfupm-schedule/babmbipmiggamdmgojphiidpbdpiecoi |
| Beskrivning | Improve Your Schedule Design |
| Filstorlek | 27.32 KB |
| Antal Installationer | 1,248 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-09-01 |
| Publiceringsdatum | 2022-08-30 |
| Betyg | 4.50/5 Totalt 4 Betyg |
| Utvecklare | lastcode7089 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |