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 |
官方網址 | 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" ] } ] } |