Minimalist Calculator

A fast and accurate calculator.

Cos'è Minimalist Calculator?

Minimalist Calculator è un'estensione di Chrome sviluppata da Rhys Mills, e la sua funzione principale è "A fast and accurate calculator.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Minimalist Calculator

Scarica i file di estensione Minimalist Calculator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Minimalist Calculator Minimalist Calculator
ID ndjgjlhkejbigpggeceemkahlcbdemhp
URL Ufficiale https://chromewebstore.google.com/detail/minimalist-calculator/ndjgjlhkejbigpggeceemkahlcbdemhp
Descrizione A fast and accurate calculator.
Dimensione del File 440 KB
Conteggio Installazioni 16
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-03-09
Data di Pubblicazione 2020-03-08
Sviluppatore Rhys Mills
Tipo di Pagamento free
Lingue Supportate 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": []
}