Gate Calculator
Virtual Calculator for Gate Aspirants!
What is Gate Calculator?
Gate Calculator is a Chrome extension developed by Mannan Softworks, and its main feature is "Virtual Calculator for Gate Aspirants!".
Extension Screenshots
Download Gate Calculator Extension CRX File
Download Gate Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gate Calculator | No ads Candidates can use the GATE virtual calculator to calculate their answers during the examination. This feature has been introduced in GATE since 2016. However, since the feature is a bit complicated, the candidates should know how to use GATE virtual calculator.
Extension Basic Information
Name | Gate Calculator |
ID | anoogklhdcmijbahjmigedmpboccgkge |
Official URL | https://chromewebstore.google.com/detail/gate-calculator/anoogklhdcmijbahjmigedmpboccgkge |
Description | Virtual Calculator for Gate Aspirants! |
File Size | 119 KB |
Installation Count | 12,793 |
Current Version | 1.4 |
Last Updated | 2023-04-15 |
Publish Date | 2021-05-19 |
Rating | 4.72/5 Total 54 Ratings |
Developer | Mannan Softworks |
[email protected] | |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "Gate Calculator", "description": "Virtual Calculator for Gate Aspirants!", "version": "1.4", "author": "mannan softworks", "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Gate Calculator" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |