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 |
Eメール | [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" ] } ] } |