Minimalist Calculator
A fast and accurate calculator.
Hvad er Minimalist Calculator?
Minimalist Calculator er en Chrome-udvidelse udviklet af Rhys Mills, og dens hovedfunktion er "A fast and accurate calculator.".
Udvidelsesskærmbilleder
Download Minimalist Calculator-udvidelses-CRX-fil
Download Minimalist Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Minimalist Calculator |
ID | ndjgjlhkejbigpggeceemkahlcbdemhp |
Officiel URL | https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp |
Beskrivelse | A fast and accurate calculator. |
Filstørrelse | 440 KB |
Antal Installationer | 16 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-03-09 |
Udgivelsesdato | 2020-03-08 |
Udvikler | Rhys Mills |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |