BITS Compendium
A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.
什么是BITS Compendium?
BITS Compendium是由Aviral Omar开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.”。
扩展截图
下载BITS Compendium扩展crx文件
下载BITS Compendium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automates the login process to BITS Wi-Fi Network. Automatic Mic and Camera Off on Google Meet. Helps you create and store your time table and add class links to it for quick access. Saves you several clicks while trying to access important BITS Pilani official websites like AUGSD and Nalanda by automating the login process. Provides a repository of several important websites of the various clubs and departments. Also provides a repository of the important contacts in and around the campus.
扩展基本信息
名称 | BITS Compendium |
ID | fnccleepaflpbgpokpbnjfokjemjpack |
官方URL | https://chromewebstore.google.com/detail/bits-compendium/fnccleepaflpbgpokpbnjfokjemjpack |
简介 | A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites. |
文件大小 | 1.08 MB |
安装次数 | 62 |
当前版本 | 0.5.2 |
更新时间 | 2022-09-23 |
上架时间 | 2021-10-12 |
评分 | 5.00/5 共3次评分 |
开发者 | Aviral Omar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BITS Compendium", "version": "0.5.2", "author": "Aviral Omar", "description": "A browser extension that saves a few clicks while accessing online classes and important BITS Pilani University Websites.", "icons": { "32": "icons\/bc-32.png", "48": "icons\/bc-48.png", "128": "icons\/bc-128.png" }, "permissions": [ "https:\/\/academic.bits-pilani.ac.in\/*", "https:\/\/nalanda-aws.bits-pilani.ac.in\/*", "https:\/\/timetable.bits-dvm.org\/renderer.html", "https:\/\/fw.bits-pilani.ac.in\/httpclient.html", "https:\/\/meet.google.com\/*", "storage", "webNavigation", "webRequest", "alarms" ], "background": { "page": "background_page.html" }, "browser_action": { "default_icon": "icons\/bc-32.png", "default_title": "BITS Compendium", "default_popup": "index.html" } } |