VITacademics Enhancement Suite
Extension to enhance your browsing experience on VIT Academics Student Login.
Co to jest VITacademics Enhancement Suite?
VITacademics Enhancement Suite to rozszerzenie Chrome opracowane przez Rahul Kapoor, a jego główną funkcją jest „Extension to enhance your browsing experience on VIT Academics Student Login.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia VITacademics Enhancement Suite
Pobierz pliki rozszerzeń VITacademics Enhancement Suite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* New * you can now disable material design. ** A Must Have Extension for VIT University, Vellore students ** The ease of use and speed you've been looking for - the functionality and extensibility you didn't know you needed. Chrome extension that helps you to enhance your browsing experience on VIT Academics Student login. This extension includes numerous features which are : 1) Fresh & new design for login screen with ability to show password and automatically filled captcha. 2) New icons for left-side menu and increased font size. 3) Export your Time Table to 'Excel', 'PNG' and 'xml' without any hassle. 3) Minor changes can be seen all over the student login that would definitely make you a power user. ** Please open an issue on https://github.com/rahulkapoor90/VITacademics-Enhancement-Suite if you see any bug or have any suggestion for improvements/features.
Podstawowe informacje o rozszerzeniu
Nazwa | VITacademics Enhancement Suite |
ID | fdeagddeencldcpojhlngflmhipgkhbb |
Oficjalny URL | https://chromewebstore.google.com/detail/vitacademics-enhancement/fdeagddeencldcpojhlngflmhipgkhbb |
Opis | Extension to enhance your browsing experience on VIT Academics Student Login. |
Rozmiar pliku | 449 KB |
Liczba instalacji | 575 |
Aktualna Wersja | 1.8.5 |
Ostatnia Aktualizacja | 2017-06-20 |
Data Publikacji | 2017-06-19 |
Ocena | 4.94/5 Łącznie 33 Oceny |
Deweloper | Rahul Kapoor |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://rahulkapoor90.github.io/vitacademics-enhancement-suite/ |
Adres URL Strony Pomocy | https://github.com/rahulkapoor90/VITacademics-Enhancement-Suite |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rahul Kapoor", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": "images\/github-logo.png", "default_popup": "popup.html", "default_title": "Login to VIT WiFi" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/raven.min.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/*" ], "run_at": "document_start" }, { "js": [ "scripts\/captcha\/captcha.js", "scripts\/captcha\/captcha.min.js", "scripts\/jquery.min.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/parent\/parent_login.asp", "*:\/\/vtop.vit.ac.in\/student\/stud_login.asp", "*:\/\/vtop.vit.ac.in\/parent\/", "*:\/\/vtop.vit.ac.in\/student\/", "*:\/\/27.251.102.132\/parent\/parent_login.asp", "*:\/\/27.251.102.132\/student\/stud_login.asp", "*:\/\/27.251.102.132\/parent\/", "*:\/\/27.251.102.132\/student\/", "*:\/\/academics.vit.ac.in\/studpay", "*:\/\/academics.vit.ac.in\/studpay\/stud_login.asp", "http:\/\/52.74.28.223\/registration\/ffcs_login.asp" ] }, { "css": [ "css\/font-awesome.css", "css\/main.css" ], "js": [ "scripts\/google-analytics\/ansyncTracking.js", "scripts\/jquery.min.js", "scripts\/main.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/stud_login.asp", "*:\/\/vtop.vit.ac.in\/student\/" ] }, { "css": [ "css\/vtop.css" ], "js": [ "scripts\/google-analytics\/ansyncTracking.js", "scripts\/jquery.min.js", "scripts\/final.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/" ] }, { "all_frames": true, "css": [ "css\/CoursePage\/course_page.css", "css\/bootstrap.min.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/coursePage\/course_page.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/coursepage_view.asp?*", "https:\/\/vtop.vit.ac.in\/student\/coursepage_plan_view.asp*" ] }, { "all_frames": true, "css": [ "css\/CoursePage\/course_page.css", "css\/bootstrap.min.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/marks\/marks.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/marks.asp?*" ] }, { "all_frames": true, "css": [ "css\/course\/course_view.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/coursePage\/course_view.js", "scripts\/coursePage\/content.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/coursepage_view3.asp", "https:\/\/vtop.vit.ac.in\/student\/coursepage_plan_display.asp" ] }, { "all_frames": true, "css": [ "css\/home\/spotlight.css" ], "js": [ "scripts\/home\/stud_home.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/stud_home.asp" ] }, { "all_frames": true, "css": [ "css\/errorMsg\/error_msg.css" ], "js": [ "scripts\/google-analytics\/ansyncTracking.js", "scripts\/errorMsg\/error_msg.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/errormsg_2.asp" ] }, { "all_frames": true, "css": [ "css\/timeTable\/timetable.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/timeTable\/jquery.base64.js", "scripts\/timeTable\/html2canvas.js", "scripts\/timeTable\/base64.js", "scripts\/timeTable\/sprintf.js", "scripts\/timeTable\/jspdf.js", "scripts\/timeTable\/tableExport.js", "scripts\/timeTable\/timetable.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/timetable_*.asp", "https:\/\/vtop.vit.ac.in\/student\/course_regular.asp?sem=*" ] }, { "all_frames": true, "css": [ "css\/course\/course_view.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/attendance\/attendance.js", "scripts\/attendance\/attend.js", "scripts\/attendance\/lastDate.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/*\/attn_report.asp*", "*:\/\/vtop.vit.ac.in\/student\/attn_report_details.asp", "*:\/\/27.251.102.132\/*\/attn_report.asp*" ] }, { "all_frames": true, "css": [ "css\/misc.css" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/stud_riviera_home.asp", "*:\/\/vtop.vit.ac.in\/student\/stud_riviera_info.asp", "*:\/\/academics.vit.ac.in\/student\/stud_riviera_event_info.asp" ] }, { "all_frames": true, "css": [ "css\/menu\/stud_menu.css", "css\/materialize.min.css", "css\/menu\/custom_stud_menu.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/materialize.min.js", "scripts\/menu\/stud_menu.js", "scripts\/menu\/custom_stud_menu.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/stud_menu.asp" ] }, { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/grade\/gpa.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/grade1.asp?sem=*", "*:\/\/vtop.vit.ac.in\/student\/grade.asp?sem=*" ] }, { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/grade\/archive_gpa.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/grade_arch.asp?sem=*" ] }, { "all_frames": true, "css": [ "css\/faculty\/fac_profile.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/faculty\/fac_profile.js", "scripts\/faculty\/fsearch.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/fac_profile.asp", "*:\/\/vtop.vit.ac.in\/student\/fac_profile.asp?*" ] }, { "css": [ "css\/font-awesome.css", "css\/forgot_pswd\/forgot.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/captcha\/captcha.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/forgot_pswd.asp" ] }, { "all_frames": true, "css": [ "css\/changePassword\/changepswd.css" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/changepswd.asp" ] }, { "css": [ "css\/home\/design.css" ], "js": [ "scripts\/jquery.min.js", "scripts\/home\/diff.js", "scripts\/home\/design.js", "scripts\/home\/assignMsg.js", "scripts\/home\/marksMsg.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/home.asp" ] }, { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/home\/msgNew.js", "scripts\/home\/modify_spotlight.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/stud_home.asp" ] }, { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/home\/msgNew.js", "scripts\/home\/modify_spotlight.js" ], "matches": [ "*:\/\/vtop.vit.ac.in\/student\/stud_home.asp" ] }, { "all_frames": true, "js": [ "scripts\/jquery.min.js", "scripts\/VES-API\/photo_search.js" ], "matches": [ "*:\/\/ves.vatz88.in\/photo_search.html" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Extension to enhance your browsing experience on VIT Academics Student Login.", "homepage_url": "https:\/\/rahulkapoor90.github.io\/vitacademics-enhancement-suite\/", "icons": { "128": "images\/icon128.png", "130": "images\/icon130.png", "16": "images\/icon.png", "19": "images\/icon19.png", "48": "images\/icon48.png", "550": "images\/icon550.png" }, "manifest_version": 2, "name": "VITacademics Enhancement Suite", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "storage", "webRequestBlocking", "webRequest", "downloads", "*:\/\/vtop.vit.ac.in\/*", "notifications", "contextMenus", "https:\/\/vitacademics-rel.herokuapp.com\/*", "identity", "gcm", "https:\/\/raw.githubusercontent.com\/VaTz88\/VES-API\/master\/*" ], "short_name": "VES", "version": "1.8.5", "web_accessible_resources": [ "scripts\/*", "css\/*", "https:\/\/storage.googleapis.com\/code.getmdl.io\/1.0.0\/material.indigo-pink.min.css", "https:\/\/fonts.googleapis.com\/icon?family=Material+Icons", "calc.js", "http:\/\/code.tidio.co" ] } |