Minimalist Calculator
A fast and accurate calculator.
Co je Minimalist Calculator?
Minimalist Calculator je rozšíření Chrome vyvinuté Rhys Mills, a jeho hlavní funkcí je „A fast and accurate calculator.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Minimalist Calculator
Stáhněte si soubory rozšíření Minimalist Calculator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
Oficiální URL | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
Popis | A fast and accurate calculator. |
Velikost souboru | 440 KB |
Počet instalací | 16 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-03-09 |
Datum Vydání | 2020-03-08 |
Vývojář | Rhys Mills |
Typ Platby | free |
Podporované Jazyky | 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": [] } |