Quick Calculator

Because we all can't just do math in our head

Cos'è Quick Calculator?

Quick Calculator è un'estensione di Chrome sviluppata da bryceosterhaus, e la sua funzione principale è "Because we all can't just do math in our head".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Calculator

Scarica i file di estensione Quick 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

                        Quick access to a calculator for basic calculations. 

Just hit the keys: 'meta + shift + space' to see the calculator appear                    

Informazioni di Base sull'Estensione

Nome Quick Calculator Quick Calculator
ID cjmikoagjnmekdhcciamhppnkhhedpep
URL Ufficiale https://chromewebstore.google.com/detail/quick-calculator/cjmikoagjnmekdhcciamhppnkhhedpep
Descrizione Because we all can't just do math in our head
Dimensione del File 468 KB
Conteggio Installazioni 1,261
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-05-08
Data di Pubblicazione 2017-05-08
Valutazione 3.40/5 Totale 5 Valutazioni
Sviluppatore bryceosterhaus
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Calculator",
    "description": "Because we all can't just do math in our head",
    "version": "1.0.0",
    "author": "Bryce Osterhaus",
    "icons": {
        "48": "images\/calc-48px.png",
        "128": "images\/calc-128px.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}