SAIS Timetable
Adds a timetable of your classes on the shopping cart page.
什麼是SAIS Timetable?
SAIS Timetable是由megatricycle開發的Chrome擴展程式,該擴展的主要功能是“Adds a timetable of your classes on the shopping cart page.”。
擴展截圖
下載SAIS Timetable擴展crx文件
下載SAIS Timetable擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds a time table on your "Add class" and "Search class" page on SAIS. Also adds a download button for your schedule.
擴展基本資訊
名稱 | SAIS Timetable |
ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
官方網址 | https://chromewebstore.google.com/detail/sais-timetable/kdebapklkojiiipmkbhcnbbhbanopdfk |
簡介 | Adds a timetable of your classes on the shopping cart page. |
檔案大小 | 12.37 KB |
安裝次數 | 14,256 |
目前版本 | 1.0.1 |
更新時間 | 2020-05-25 |
上架時間 | 2020-05-25 |
評分 | 4.81/5 共 52 次評分 |
開發者 | megatricycle |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAIS Timetable", "description": "Adds a timetable of your classes on the shopping cart page.", "version": "1.0.1", "content_scripts": [ { "matches": [ "https:\/\/*.up.edu.ph\/*\/*", "http:\/\/*.up.edu.ph\/*\/*" ], "js": [ "bundle.js" ], "css": [ "style.css" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |