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開發的Chrome擴展程式,該擴展的主要功能是“Instantly grabs and makes graphical class schedule from the boring old-fashioned sis's class schedule.”。
擴展截圖
下載PSU SIS Schedule Creator擴展crx文件
下載PSU SIS Schedule Creator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |