ASKResults
This extension help you to check result and Save to PDF.
Was ist ASKResults?
ASKResults ist eine Chrome-Erweiterung, die von Shashidhar & Alwyn Edison entwickelt wurde, und ihr Hauptmerkmal ist "This extension help you to check result and Save to PDF.".
Erweiterungsscreenshots
ASKResults-Erweiterungs-CRX-Datei herunterladen
Laden Sie ASKResults-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
ASKResults is a simple and fast chrome extension for viewing VTU(Visvesvaraya Technological University) results and saving it to PDF. ASKResults addon is helpful for viewing the results directly without visiting VTU website. It gives all the information provided in VTU website like Sem results, Reval results, Backlog results and save result to PDF. It is very easy to use and works faster. Just follow the screen shots added above. * [New] User Interface. * [New] Colors to highlight passed and failed results - Green & Red, it also point the failed subject. * [New] Percentage of the current semester. * Many Fixes like Addon icon, Load Result and Save as PDF buttons etc.
Grundlegende Informationen zur Erweiterung
Name | ASKResults |
ID | jnlgngoomafclaekkbookmoamjacekje |
Offizielle URL | https://chromewebstore.google.com/detail/askresults/jnlgngoomafclaekkbookmoamjacekje |
Beschreibung | This extension help you to check result and Save to PDF. |
Dateigröße | 150 KB |
Installationsanzahl | 25 |
Aktuelle Version | 0.5.1 |
Letztes Update | 2014-09-21 |
Veröffentlichungsdatum | 2014-09-21 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Shashidhar & Alwyn Edison |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ASKResults", "description": "This extension help you to check result and Save to PDF.", "version": "0.5.1", "icons": { "16": "images\/logo16.png", "24": "images\/logo24.png", "48": "images\/logo48.png", "64": "images\/logo64.png", "128": "images\/logo128.png" }, "browser_action": { "default_icon": "images\/logo24.png", "default_popup": "popup.html" }, "author": "Shashidhar and Alwyn Edison", "short_name": "Fast result", "permissions": [ "http:\/\/results.vtu.ac.in\/" ] } |