Simple Calculator
A simple and very lite calculator for your browser!
Simple Calculator là gì?
Simple Calculator là một tiện ích mở rộng Chrome được phát triển bởi chYer, và tính năng chính của nó là "A simple and very lite calculator for your browser!".
Ả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 Simple Calculator
Tải xuống các tệp mở rộng Simple 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
Simple Calculator is a lite addon that renders a simple calculator in the browser toolbar popup. This calculator includes only simple math operations. Just click on the toolbar button to open the interface and start typing your desired math operations. Please note that all calculations are rounded to at most 7 decimal places. You can type either with your keyboard or the embedded virtual keyboard in the popup UI. To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/calculator.html).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Simple Calculator |
ID | ecpncpmkcjkakaopoapkbalimlpbhjnk |
URL Chính Thức | https://chromewebstore.google.com/detail/simple-calculator/ecpncpmkcjkakaopoapkbalimlpbhjnk |
Mô tả | A simple and very lite calculator for your browser! |
Kích Thước Tệp | 27.18 KB |
Số Lần Cài Đặt | 2,789 |
Phiên Bản Hiện Tại | 0.1.5 |
Cập Nhật Lần Cuối | 2023-08-21 |
Ngày Phát Hành | 2019-04-15 |
Đánh Giá | 3.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | chYer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://mybrowseraddon.com/calculator.html |
URL Trang Trợ Giúp | https://mybrowseraddon.com/calculator.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "name": "Simple Calculator", "homepage_url": "https:\/\/mybrowseraddon.com\/calculator.html", "description": "A simple and very lite calculator for your browser!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Simple Calculator", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |