Easy Calculator
A simple calculator for basic arithmetic operations.
Easy Calculator là gì?
Easy Calculator là một tiện ích mở rộng Chrome được phát triển bởi atk1589, và tính năng chính của nó là "A simple calculator for basic arithmetic operations.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Easy Calculator
Tải xuống các tệp mở rộng Easy Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Calculator |
ID | bppalpbpcmnmioibjlejdnipbiocpahj |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-calculator/bppalpbpcmnmioibjlejdnipbiocpahj |
Mô tả | A simple calculator for basic arithmetic operations. |
Kích Thước Tệp | 46.11 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-04-25 |
Ngày Phát Hành | 2023-04-09 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | atk1589 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |