Calculator+

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

Wat is Calculator+?

Calculator+ is een Chrome-extensie ontwikkeld door https://www.mataskairaitis.com, en de belangrijkste functie is "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Calculator+

Download Calculator+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
Officiële URL https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
Beschrijving A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
Bestandsgrootte 134 KB
Aantal Installaties 1,641
Huidige Versie 1.0
Laatst Bijgewerkt 2014-09-15
Publicatiedatum 2014-09-15
Beoordeling 4.73/5 Totaal 11 Beoordelingen
Ontwikkelaar https://www.mataskairaitis.com
Betalingswijze free
Extensiewebsite http://www.mataskairaitis.com/calculator
Ondersteunde Talen 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"
        ]
    }
}