ASKResults
This extension help you to check result and Save to PDF.
什么是ASKResults?
ASKResults是由Shashidhar & Alwyn Edison开发的Chrome扩展程序,该扩展的主要功能是“This extension help you to check result and Save to PDF.”。
扩展截图
下载ASKResults扩展crx文件
下载ASKResults扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | ASKResults |
ID | jnlgngoomafclaekkbookmoamjacekje |
官方URL | https://chromewebstore.google.com/detail/askresults/jnlgngoomafclaekkbookmoamjacekje |
简介 | This extension help you to check result and Save to PDF. |
文件大小 | 150 KB |
安装次数 | 25 |
当前版本 | 0.5.1 |
更新时间 | 2014-09-21 |
上架时间 | 2014-09-21 |
评分 | 4.75/5 共4次评分 |
开发者 | Shashidhar & Alwyn Edison |
付费类型 | free |
支持的语言 | 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\/" ] } |