GATE CALCULATOR

Virtual Calculator for Gate Aspirants

ما هو GATE CALCULATOR؟

GATE CALCULATOR هو إضافة Chrome تم تطويرها بواسطة XPT5OO1، والميزة الرئيسية لها هي "Virtual Calculator for Gate Aspirants".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة GATE CALCULATOR

قم بتنزيل ملفات الامتداد GATE CALCULATOR بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'                    

معلومات أساسية عن التمديد

الاسم GATE CALCULATOR GATE CALCULATOR
ID gladgeknmhihpbglaiglbfmnjofpjdlo
عنوان URL الرسمي https://chromewebstore.google.com/detail/gate-calculator/gladgeknmhihpbglaiglbfmnjofpjdlo
الوصف Virtual Calculator for Gate Aspirants
حجم الملف 129 KB
عدد التثبيتات 66
النسخة الحالية 0.1.3
آخر تحديث 2023-12-25
تاريخ النشر 2023-10-01
تقييم 5.00/5 مجموع تقييمات 2
المطور XPT5OO1
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}