Enhancer for VIT Vellore Academics
Easier and user-friendly vtop
什么是Enhancer for VIT Vellore Academics?
Enhancer for VIT Vellore Academics是由Priyansh Jain开发的Chrome扩展程序,该扩展的主要功能是“Easier and user-friendly vtop”。
扩展截图
下载Enhancer for VIT Vellore Academics扩展crx文件
下载Enhancer for VIT Vellore Academics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes changes to VIT site(vtop), with Course Page management for file renaming. Fixes multiple errors. 8 new dark themes! v4.0 - Updated to work for new vtop v4.1 - Fixed Path too long v4.2 - Added dark themes! v4.3 - Better Marks page, credit to CallMeTarush v4.4 - Cleaner looking themes, project page fix v4.5 - Fix folder name for faculties in the Course Page v4.6 - AutoCaptcha is back! v4.7 - Fix unresponsive pages v4.8 - Fix for download bug, credit to Swarag-N v4.9 - Remove jquery from the codebase, credit to th3c0d3br34ker v4.9.1 - Fix selection bug
扩展基本信息
名称 | Enhancer for VIT Vellore Academics |
ID | hafeeaangmkbibcaahfjdmmmeappjbbp |
官方URL | https://chromewebstore.google.com/detail/enhancer-for-vit-vellore/hafeeaangmkbibcaahfjdmmmeappjbbp |
简介 | Easier and user-friendly vtop |
文件大小 | 121 KB |
安装次数 | 6,411 |
当前版本 | 4.9.1 |
更新时间 | 2021-10-27 |
上架时间 | 2019-11-16 |
评分 | 4.75/5 共60次评分 |
开发者 | Priyansh Jain |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://presto412.github.io/Enhancer-for-VIT-Vellore-Academics/ |
帮助页面URL | https://github.com/Presto412/Enhancer-for-VIT-Vellore-Academics |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhancer for VIT Vellore Academics", "description": "Easier and user-friendly vtop", "version": "4.9.1", "author": "Priyansh Jain", "permissions": [ "webRequest", "downloads", "storage", "declarativeContent", "activeTab", "*:\/\/vtop.vit.ac.in\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "page_action": { "default_popup": "popup.html" }, "web_accessible_resources": [ "styles\/general\/*.css", "styles\/font\/*.css", "styles\/font\/*.ttf" ], "content_scripts": [ { "matches": [ "*:\/\/vtop.vit.ac.in\/*" ], "js": [ "bitmaps.js", "coursepage.js", "internalmarkspage.js", "general.js", "captchaparser.js", "utils.js" ] } ] } |