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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 BITS Compendium
ID fnccleepaflpbgpokpbnjfokjemjpack
官方網址 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"
    }
}