Minimalist Calculator

A fast and accurate calculator.

Was ist Minimalist Calculator?

Minimalist Calculator ist eine Chrome-Erweiterung, die von Rhys Mills entwickelt wurde, und ihr Hauptmerkmal ist "A fast and accurate calculator.".

Erweiterungsscreenshots

screenshot

Minimalist Calculator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minimalist Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Minimalist Calculator Minimalist Calculator
ID ndjgjlhkejbigpggeceemkahlcbdemhp
Offizielle URL https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp
Beschreibung A fast and accurate calculator.
Dateigröße 440 KB
Installationsanzahl 16
Aktuelle Version 1.0.0
Letztes Update 2020-03-09
Veröffentlichungsdatum 2020-03-08
Entwickler Rhys Mills
Zahlungsart free
Unterstützte Sprachen 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": []
}