Easy Calculator
A simple calculator for basic arithmetic operations.
Easy Calculatorとは何ですか?
Easy Calculatorはatk1589によって開発されたChromeの拡張機能で、その主な機能は「A simple calculator for basic arithmetic operations.」です。
拡張機能のスクリーンショット
Easy Calculator拡張機能のCRXファイルをダウンロード
Easy Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Easy Calculator, you can perform simple arithmetic operations with ease, all within your Chrome browser. No need to open a separate calculator app or leave your current tab. This lightweight extension offers a simple and user-friendly interface, with an input field and output display. It supports basic operations such as addition, subtraction, multiplication, and division, as well as the use of decimals. This extension also includes a backspace button for easy correction of input mistakes. In addition, the state of your calculation is saved automatically, so you can pick up right where you left off, even after closing and reopening your browser. Easy Calculator is perfect for students, professionals, and anyone who needs quick access to a reliable calculator. Install it today and simplify your calculations in seconds!
拡張機能の基本情報
名前 | Easy Calculator |
ID | bppalpbpcmnmioibjlejdnipbiocpahj |
公式URL | https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj |
説明 | A simple calculator for basic arithmetic operations. |
ファイルサイズ | 46.11 KB |
インストール数 | 34 |
現在のバージョン | 1.4 |
最終更新日 | 2023-04-25 |
公開日 | 2023-04-09 |
評価 | 5.00/5 合計 12 レビュー |
開発者 | atk1589 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Calculator", "description": "A simple calculator for basic arithmetic operations.", "version": "1.4", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "background": { "service_worker": "script.js" }, "permissions": [], "action": { "default_popup": "popup.html", "default_icon": { "128": "icon48.png" } } } |