PSU SIS Schedule Creator
Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.
Cos'è PSU SIS Schedule Creator?
PSU SIS Schedule Creator è un'estensione di Chrome sviluppata da https://beedev.in.th, e la sua funzione principale è "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PSU SIS Schedule Creator
Scarica i file di estensione PSU SIS Schedule Creator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
PSU SIS Class Schedule Creator เป็นเครื่องมือสำหรับสร้างตารางเรียนแบบเป็นกราฟิกแบบอัตโนมัติจากระบบ SIS ของมหาวิทยาลัยสงขลานคริทร์ ภายในเวลาเพียงไม่กี่นาที! สิ่งที่อัพเดตใน version 4 - แสดง context menu เฉพาะบนเว็บไซต์ https://*.psu.ac.th เท่านั้น หมายเหตุ: โปรแกรมนี้มิได้เป็นโปรแกรมอย่างเป็นทางการจากทางมหาวิทยาลัย ขอบคุณภาพพื้นหลังฟรีจาก www.freepik.com ------------------------------------------------------------- SIS Scheduler is a small tools for creating graphical timetables from the well known system 'SIS' from Prince of Songkhla University. SIS Scheduler comes with great customizability which is going to turn your boring class schedule into your own style within a few minutes! What's new in version 4 - Only show context menu on website https://*.psu.ac.th. Disclaimer: This extension is not officially released by PSU. Thanks to free background image from www.freepik.com --------------------------------------------------------------
Informazioni di Base sull'Estensione
Nome | PSU SIS Schedule Creator |
ID | kjhgfgkdpehagjnbohklbconeknooaci |
URL Ufficiale | https://chromewebstore.google.com/detail/psu-sis-schedule-creator/kjhgfgkdpehagjnbohklbconeknooaci |
Descrizione | Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule. |
Dimensione del File | 217 KB |
Conteggio Installazioni | 11,122 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2020-06-18 |
Data di Pubblicazione | 2020-06-17 |
Valutazione | 4.42/5 Totale 60 Valutazioni |
Sviluppatore | https://beedev.in.th |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://beedev.in.th/api/sis-scheduler/ |
Lingue Supportate | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PSU SIS Schedule Creator", "version": "1.0.4", "author": "beedev.in.th", "manifest_version": 2, "description": "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.", "homepage_url": "https:\/\/beedev.in.th\/api\/sis-scheduler", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "permissions": [ "clipboardWrite", "contextMenus" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery.tsv-0.96.min.js", "src\/inject\/inject.js" ], "css": [] } ], "web_accessible_resources": [ "js\/jquery\/jquery.js", "js\/jquery\/jquery.min.map" ] } |