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. 扩展基本信息
| 名称 | |
| ID | kdebapklkojiiipmkbhcnbbhbanopdfk |
| 官方URL | 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"
}
} | |