Results Calc
This extension helps calculate your total and percentage.
Results Calc là gì?
Results Calc là một tiện ích mở rộng Chrome được phát triển bởi Nikhil Mopidevi, và tính năng chính của nó là "This extension helps calculate your total and percentage.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Results Calc
Tải xuống các tệp mở rộng Results Calc dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Results Calc |
ID | dkkccfjlejpmkpomkbmgohpbcomliika |
URL Chính Thức | https://chromewebstore.google.com/detail/results-calc/dkkccfjlejpmkpomkbmgohpbcomliika |
Mô tả | This extension helps calculate your total and percentage. |
Kích Thước Tệp | 600 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2015-06-09 |
Ngày Phát Hành | 2015-06-08 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Nikhil Mopidevi |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://www.facebook.com/ResultsCalc |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |