Minimalist Calculator
A fast and accurate calculator.
什麼是Minimalist Calculator?
Minimalist Calculator是由Rhys Mills開發的Chrome擴展程式,該擴展的主要功能是“A fast and accurate calculator.”。
擴展截圖
下載Minimalist Calculator擴展crx文件
下載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 |
官方網址 | 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": [] } |