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
公式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
Eメール [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"
    }
}