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 |
Eメール | [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" } |