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 |
公式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": [] } |