GATE CALCULATOR

Virtual Calculator for Gate Aspirants

What is GATE CALCULATOR?

GATE CALCULATOR is a Chrome extension developed by XPT5OO1, and its main feature is "Virtual Calculator for Gate Aspirants".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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

                        Virtual Calculator for Gate aspirants.
GATE CALCULATOR v0.1.3:
1. Now the extension can be opened in Side Panel.
2. Shortcut key: "Ctrl+Y'                    

Extension Basic Information

Name GATE CALCULATOR GATE CALCULATOR
ID gladgeknmhihpbglaiglbfmnjofpjdlo
Official URL https://chromewebstore.google.com/detail/gate-calculator/gladgeknmhihpbglaiglbfmnjofpjdlo
Description Virtual Calculator for Gate Aspirants
File Size 129 KB
Installation Count 66
Current Version 0.1.3
Last Updated 2023-12-25
Publish Date 2023-10-01
Rating 5.00/5 Total 2 Ratings
Developer XPT5OO1
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo128.png",
        "default_popup": "popup.html",
        "default_title": "GATE CALCULATOR"
    },
    "author": "Pallav Purbia",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    },
    "description": "Virtual Calculator for Gate Aspirants",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png"
    },
    "manifest_version": 3,
    "name": "GATE CALCULATOR",
    "permissions": [
        "activeTab",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidebar.html"
    },
    "version": "0.1.3"
}