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.”。
扩展截图
下载IITBh CGPA扩展crx文件
下载IITBh CGPA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Calculate CGPA directly from IIT Bhilai AIMS Portal.
扩展基本信息
名称 | 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 |
电子邮箱 | [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 } |