PSU SIS Schedule Creator
Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.
PSU SIS Schedule Creator क्या है?
PSU SIS Schedule Creator https://beedev.in.th द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PSU SIS Schedule Creator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 --------------------------------------------------------------
एक्सटेंशन की मूल जानकारी
नाम | PSU SIS Schedule Creator |
ID | kjhgfgkdpehagjnbohklbconeknooaci |
आधिकारिक URL | https://chromewebstore.google.com/detail/psu-sis-schedule-creator/kjhgfgkdpehagjnbohklbconeknooaci |
विवरण | Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule. |
फ़ाइल का आकार | 217 KB |
स्थापना संख्या | 11,122 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2020-06-18 |
प्रकाशन तिथि | 2020-06-17 |
रेटिंग | 4.42/5 कुल 60 रेटिंग्स |
डेवलपर | https://beedev.in.th |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://beedev.in.th/api/sis-scheduler/ |
समर्थित भाषाएँ | 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" ] } |