Minimalist Calculator
A fast and accurate calculator.
Minimalist Calculatorคืออะไร?
Minimalist Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rhys Mills และคุณลักษณะหลักของมันคือ "A fast and accurate calculator."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Minimalist Calculator
ดาวน์โหลดไฟล์ส่วนขยาย Minimalist Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
คำอธิบาย | A fast and accurate calculator. |
ขนาดไฟล์ | 440 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-03-09 |
วันที่เผยแพร่ | 2020-03-08 |
ผู้พัฒนา | Rhys Mills |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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": [] } |