KU Timetable Wrangler
Extension to find available dates for groups of students.
什么是KU Timetable Wrangler?
KU Timetable Wrangler是由Paul Neve / School of CSM @ KU开发的Chrome扩展程序,该扩展的主要功能是“Extension to find available dates for groups of students.”。
扩展截图
下载KU Timetable Wrangler扩展crx文件
下载KU Timetable Wrangler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is an extension intended for use in a single institution to address a specific tedious data retrieval need. If you know what this extension is for, have at it! Otherwise, this application is of no use to anyone outside of this context. 扩展基本信息
| 名称 | |
| ID | imihnogajbjbjaajoffilelekedgajkn |
| 官方URL | https://chromewebstore.google.com/detail/ku-timetable-wrangler/imihnogajbjbjaajoffilelekedgajkn |
| 简介 | Extension to find available dates for groups of students. |
| 文件大小 | 11.58 KB |
| 安装次数 | 54 |
| 当前版本 | 1.1.4 |
| 更新时间 | 2021-10-20 |
| 上架时间 | 2017-11-15 |
| 开发者 | Paul Neve / School of CSM @ KU |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"128": "icon128.png"
},
"name": "KU Timetable Wrangler",
"description": "Extension to find available dates for groups of students.",
"version": "1.1.4",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https:\/\/*.kingston.ac.uk\/*",
"http:\/\/*.kingston.ac.uk\/*",
"tabs"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Timetable Wrangler"
}
} | |