Calculator+

A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.

Cos'è Calculator+?

Calculator+ è un'estensione di Chrome sviluppata da https://www.mataskairaitis.com, e la sua funzione principale è "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Calculator+

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

                        Calculator+ is a simple extension for chrome designed for making quick calculations on the fly. Does not require an internet connection once installed.

How to use:
   Install the extension.
   Click the calculator icon in the top right corner of your browser.

Hotkeys:
   Enter: Submits calculation
   =: Submits calculation
   C: deletes everything

Calculator+ is completely free & open source.

You may find the source at: http://www.mataskairaitis.com/calculator                    

Informazioni di Base sull'Estensione

Nome Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
URL Ufficiale https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
Descrizione A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Dimensione del File 134 KB
Conteggio Installazioni 1,641
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-15
Data di Pubblicazione 2014-09-15
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore https://www.mataskairaitis.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mataskairaitis.com/calculator
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator+",
    "description": "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.",
    "version": "1.0",
    "author": "Matas Kairaitis",
    "browser_action": {
        "default_title": "Calculator+",
        "default_icon": "images\/icon.png",
        "default_popup": "calculator.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    }
}