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 |
公式URL | 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" ] } ] } |