GATE CALCULATOR
Virtual Calculator for Gate Aspirants
什么是GATE CALCULATOR?
GATE CALCULATOR是由XPT5OO1开发的Chrome扩展程序,该扩展的主要功能是“Virtual Calculator for Gate Aspirants”。
扩展截图
下载GATE CALCULATOR扩展crx文件
下载GATE CALCULATOR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } |