Quick Calculator

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

What is Quick Calculator?

Quick Calculator is a Chrome extension developed by bryceosterhaus, and its main feature is "Because we all can't just do math in our head".

Extension Screenshots

screenshot

Download Quick Calculator Extension CRX File

Download Quick 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

                        Quick access to a calculator for basic calculations. 

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

Extension Basic Information

Name Quick Calculator Quick Calculator
ID cjmikoagjnmekdhcciamhppnkhhedpep
Official URL https://chromewebstore.google.com/detail/quick-calculator/cjmikoagjnmekdhcciamhppnkhhedpep
Description Because we all can't just do math in our head
File Size 468 KB
Installation Count 1,261
Current Version 1.0.0
Last Updated 2017-05-08
Publish Date 2017-05-08
Rating 3.40/5 Total 5 Ratings
Developer bryceosterhaus
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}