GATE CALCULATOR

Virtual Calculator for Gate Aspirants

GATE CALCULATOR là gì?

GATE CALCULATOR là một tiện ích mở rộng Chrome được phát triển bởi XPT5OO1, và tính năng chính của nó là "Virtual Calculator for Gate Aspirants".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GATE CALCULATOR

Tải xuống các tệp mở rộng GATE CALCULATOR 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

                        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'                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GATE CALCULATOR GATE CALCULATOR
ID gladgeknmhihpbglaiglbfmnjofpjdlo
URL Chính Thức https://chromewebstore.google.com/detail/gate-calculator/gladgeknmhihpbglaiglbfmnjofpjdlo
Mô tả Virtual Calculator for Gate Aspirants
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2023-12-25
Ngày Phát Hành 2023-10-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển XPT5OO1
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}