Gate Calculator
Virtual Calculator for Gate Aspirants!
Gate Calculatorとは何ですか?
Gate CalculatorはMannan Softworksによって開発されたChromeの拡張機能で、その主な機能は「Virtual Calculator for Gate Aspirants!」です。
拡張機能のスクリーンショット
Gate Calculator拡張機能のCRXファイルをダウンロード
Gate Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Gate Calculator | No ads Candidates can use the GATE virtual calculator to calculate their answers during the examination. This feature has been introduced in GATE since 2016. However, since the feature is a bit complicated, the candidates should know how to use GATE virtual calculator.
拡張機能の基本情報
名前 | Gate Calculator |
ID | anoogklhdcmijbahjmigedmpboccgkge |
公式URL | https://chromewebstore.google.com/detail/gate-calculator/anoogklhdcmijbahjmigedmpboccgkge |
説明 | Virtual Calculator for Gate Aspirants! |
ファイルサイズ | 119 KB |
インストール数 | 12,793 |
現在のバージョン | 1.4 |
最終更新日 | 2023-04-15 |
公開日 | 2021-05-19 |
評価 | 4.72/5 合計 54 レビュー |
開発者 | Mannan Softworks |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "manifest_version": 2, "name": "Gate Calculator", "description": "Virtual Calculator for Gate Aspirants!", "version": "1.4", "author": "mannan softworks", "browser_action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Gate Calculator" }, "icons": { "128": "icon-128.png", "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |