Calculator+

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

What is Calculator+?

Calculator+ is a Chrome extension developed by https://www.mataskairaitis.com, and its main feature is "A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Calculator+ Extension CRX File

Download Calculator+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Calculator+ Calculator+
ID pmjjijdigbmcgnmkmgkcboemdggjgpog
Official URL https://chromewebstore.google.com/detail/calculator+/pmjjijdigbmcgnmkmgkcboemdggjgpog
Description A simple calculator extension for chrome, designed to help you make quick and efficient calculations on the fly.
File Size 134 KB
Installation Count 1,641
Current Version 1.0
Last Updated 2014-09-15
Publish Date 2014-09-15
Rating 4.73/5 Total 11 Ratings
Developer https://www.mataskairaitis.com
Payment Type free
Extension Website http://www.mataskairaitis.com/calculator
Supported Languages 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"
        ]
    }
}