IITBh CGPA

Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.

IITBh CGPAとは何ですか?

IITBh CGPAはKumar Shivenduによって開発されたChromeの拡張機能で、その主な機能は「Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.」です。

拡張機能のスクリーンショット

screenshot

IITBh CGPA拡張機能のCRXファイルをダウンロード

IITBh CGPA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Calculate CGPA directly from IIT Bhilai AIMS Portal.                    

拡張機能の基本情報

名前 IITBh CGPA IITBh CGPA
ID pidnkhnegljcpjeacmfgbjilbhablfkb
公式URL https://chromewebstore.google.com/detail/iitbh-cgpa/pidnkhnegljcpjeacmfgbjilbhablfkb
説明 Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.
ファイルサイズ 38.76 KB
インストール数 282
現在のバージョン 2.3
最終更新日 2021-05-08
公開日 2021-03-29
評価 4.90/5 合計 10 レビュー
開発者 Kumar Shivendu
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/supercoww/iitbh-cgpa
ヘルプページのURL https://github.com/supercoww/iitbh-cgpa
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IITBh CGPA",
    "version": "2.3",
    "description": "Calculate CGPA directly from AIMS Portal. Click on the extension logo when on AIMS portal's courses page to see your CGPA.",
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "show_matches": [
            "*:\/\/aimsportal.iitbhilai.ac.in\/iitbhAims\/courseReg\/myCrsHistoryPage*"
        ],
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "128": "images\/128x128.png"
        },
        "default_title": "CGPA"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/aimsportal.iitbhilai.ac.in\/iitbhAims\/courseReg\/myCrsHistoryPage*"
            ],
            "js": [
                "browser-polyfill.js",
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "128": "images\/128x128.png"
    },
    "manifest_version": 2
}