Results Calc
This extension helps calculate your total and percentage.
Results Calc क्या है?
Results Calc Nikhil Mopidevi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension helps calculate your total and percentage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Results Calc एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |