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 |
官方網址 | 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" } |