ASKResults

This extension help you to check result and Save to PDF.

Vad är ASKResults?

ASKResults är en Chrome-tillägg utvecklad av Shashidhar & Alwyn Edison, och dess huvudfunktion är "This extension help you to check result and Save to PDF.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner ASKResults-förlängningens CRX-fil

Ladda ner ASKResults-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ASKResults ASKResults
ID jnlgngoomafclaekkbookmoamjacekje
Officiell webbadress https://chromewebstore.google.com/detail/askresults/jnlgngoomafclaekkbookmoamjacekje
Beskrivning This extension help you to check result and Save to PDF.
Filstorlek 150 KB
Antal Installationer 25
Aktuell Version 0.5.1
Senast Uppdaterad 2014-09-21
Publiceringsdatum 2014-09-21
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Shashidhar & Alwyn Edison
Betalningssätt free
Stödda Språk 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\/"
    ]
}