Minimalist Calculator
A fast and accurate calculator.
Minimalist Calculator là gì?
Minimalist Calculator là một tiện ích mở rộng Chrome được phát triển bởi Rhys Mills, và tính năng chính của nó là "A fast and accurate calculator.".
Ả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 Minimalist Calculator
Tải xuống các tệp mở rộng Minimalist 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
A fast calculator with a clean and minimalist visual style. Currently supports: • Keyboard input • Basic arithmetic (+,-,×,÷) • Modulus function • Exponentiation and nth root functions The calculator is a React app, and uses the big.js and math.js library to improve the precision of calculations.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
URL Chính Thức | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
Mô tả | A fast and accurate calculator. |
Kích Thước Tệp | 440 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-03-09 |
Ngày Phát Hành | 2020-03-08 |
Nhà Phát Triển | Rhys Mills |
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": 2, "name": "Minimalist Calculator", "description": "A fast and accurate calculator.", "version": "1.0.0", "browser_action": { "default_popup": "index.html", "default_title": "Minimalist Calculator" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "content_security_policy": "script-src 'self' 'sha256-tw5uNCLvtXpPMlwhNWsN4vWp5jVE8kyA0Ot+WWw3+6M='; object-src 'self'", "permissions": [] } |