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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |