Easy Calculator
A simple calculator for basic arithmetic operations.
What is Easy Calculator?
Easy Calculator is a Chrome extension developed by atk1589, and its main feature is "A simple calculator for basic arithmetic operations.".
Extension Screenshots
Download Easy Calculator Extension CRX File
Download Easy Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Easy Calculator |
ID | bppalpbpcmnmioibjlejdnipbiocpahj |
Official URL | https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj |
Description | A simple calculator for basic arithmetic operations. |
File Size | 46.11 KB |
Installation Count | 34 |
Current Version | 1.4 |
Last Updated | 2023-04-25 |
Publish Date | 2023-04-09 |
Rating | 5.00/5 Total 12 Ratings |
Developer | atk1589 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } |