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 |
电子邮箱 | [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" } } } |