Attendance Calulator
Allows VIT students to calculate attendance on the login itself
什么是Attendance Calulator?
Attendance Calulator是由lalit.umbarkar9开发的Chrome扩展程序,该扩展的主要功能是“Allows VIT students to calculate attendance on the login itself”。
扩展截图
下载Attendance Calulator扩展crx文件
下载Attendance Calulator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Having to look for a calculator to see how many classes can be bunked.
Use this extension to calculate attendance on the login itself. 扩展基本信息
| 名称 | |
| ID | kbjdiknnkobjmhlamhegcdjddinkfaia |
| 官方URL | https://chromewebstore.google.com/detail/attendance-calulator/kbjdiknnkobjmhlamhegcdjddinkfaia |
| 简介 | Allows VIT students to calculate attendance on the login itself |
| 文件大小 | 4.29 KB |
| 安装次数 | 584 |
| 当前版本 | 1 |
| 更新时间 | 2016-06-17 |
| 上架时间 | 2016-06-17 |
| 评分 | 3.33/5 共3次评分 |
| 开发者 | lalit.umbarkar9 |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Attendance Calulator",
"version": "1",
"author": "Suman Das",
"description": "Allows VIT students to calculate attendance on the login itself",
"content_scripts": [
{
"matches": [
"*:\/\/vtop.vit.ac.in\/student\/attn_report.asp?sem=*&fmdt=*&todt=*"
],
"all_frames": true,
"js": [
"content.js"
]
}
],
"browser_action": {
"default_popup": "index.html"
}
} | |