Results Calc
This extension helps calculate your total and percentage.
什麼是Results Calc?
Results Calc是由Nikhil Mopidevi開發的Chrome擴展程式,該擴展的主要功能是“This extension helps calculate your total and percentage.”。
擴展截圖
下載Results Calc擴展crx文件
下載Results Calc擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is an exclusive extension for GRIET students. So next time when checking your results you don't need a calculator. Use the green button in the address bar to know your total and percentage. This extension appears and works only on our results site (www.results.griet.in) and it doesn't annoy you when on other sites. It works well for results of all branches for all years of B.Tech as well as M.Tech, M.B.A & M.C.A.
擴展基本資訊
名稱 | Results Calc |
ID | dkkccfjlejpmkpomkbmgohpbcomliika |
官方網址 | https://chromewebstore.google.com/detail/results-calc/dkkccfjlejpmkpomkbmgohpbcomliika |
簡介 | This extension helps calculate your total and percentage. |
檔案大小 | 600 KB |
安裝次數 | 39 |
目前版本 | 1.4 |
更新時間 | 2015-06-09 |
上架時間 | 2015-06-08 |
評分 | 4.50/5 共 8 次評分 |
開發者 | Nikhil Mopidevi |
付費類型 | free |
說明頁面URL | https://www.facebook.com/ResultsCalc |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Results Calc", "description": "This extension helps calculate your total and percentage.", "version": "1.4", "permissions": [ "http:\/\/www.results.griet.in\/*", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_title": "Results Calc", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.results.griet.in\/*" ], "js": [ "contentscript.js" ] } ] } |