Time Table Viewer & Manager
Never forget the link of online classes; Managing time table made easier.
什么是Time Table Viewer & Manager?
Time Table Viewer & Manager是由https://pratiktiwari.com开发的Chrome扩展程序,该扩展的主要功能是“Never forget the link of online classes; Managing time table made easier.”。
扩展截图
下载Time Table Viewer & Manager扩展crx文件
下载Time Table Viewer & Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In the world of online classes, it is difficult to remember the links of each of the subjects. "Time Table Viewer & Manager" solves this problem. User can add the following fields to the time-table: 1. Subject Name 2. Subject Roll Number 3. Subject Code 4. Meeting Link It is built for both students and teachers. Teachers can fill 0 in the roll number field and they'll be good to go with the extension. The "Time Table" that the user adds will be persisted across browser closes and system restarts. The extension doesn't collect any data. All of the stuffs are stored in the user's system itself.
扩展基本信息
名称 | Time Table Viewer & Manager |
ID | eoebehpikcgoecnbenbeblobkjalhpan |
官方URL | https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan |
简介 | Never forget the link of online classes; Managing time table made easier. |
文件大小 | 70.24 KB |
安装次数 | 422 |
当前版本 | 1.0 |
更新时间 | 2020-08-26 |
上架时间 | 2020-08-26 |
评分 | 3.75/5 共4次评分 |
开发者 | https://pratiktiwari.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://pratiktiwari.com/time-table-manager/index.html |
帮助页面URL | https://pratiktiwari.com/ |
隐私政策页面URL | https://pratiktiwari.com/time-table-manager/index.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Table Viewer & Manager", "description": "Never forget the link of online classes; Managing time table made easier.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "32": "icon32.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "options_ui": { "page": "options.html", "open_in_tab": false } }, "permissions": [ "storage" ] } |