Calculator
Simple calculator
Calculatorとは何ですか?
CalculatorはGuilherme Chengによって開発されたChromeの拡張機能で、その主な機能は「Simple calculator」です。
拡張機能のスクリーンショット
Calculator拡張機能のCRXファイルをダウンロード
Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make your calculations easier and faster! Simple calculator is a fast and simple way to make your calculations! Just open it by clicking or using a shortcut and start! With it, you can: - Sum - Subtract - Multiply - Divide - Multiple operations at the same time - See your history calculations - Shortcuts for a better use! Shortcuts: Ctrl+M to open, close (Command+M for Mac) C to clear display H for history page Please, give us your feedback!
拡張機能の基本情報
名前 | Calculator |
ID | inbgelflcpjphdfpbonhjfalhjbimion |
公式URL | https://chromewebstore.google.com/detail/calculator/inbgelflcpjphdfpbonhjfalhjbimion |
説明 | Simple calculator |
ファイルサイズ | 44.35 KB |
インストール数 | 107 |
現在のバージョン | 1.2 |
最終更新日 | 2021-03-28 |
公開日 | 2021-03-21 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Guilherme Cheng |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Calculator", "version": "1.2", "description": "Simple calculator", "action": { "default_popup": "main.html" }, "manifest_version": 3, "icons": { "16": "Calculator3.png", "48": "Calculator3.png", "128": "Calculator3.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Toggle main.html", "global": "true" } } } |