Simple Calculator

Simple Easy Access Calculator

What is Simple Calculator?

Simple Calculator is a Chrome extension developed by Alan J. Fitzpatrick, and its main feature is "Simple Easy Access Calculator".

Extension Screenshots

screenshot

Download Simple Calculator Extension CRX File

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

                        A Beautiful Calculator to with a simple elegant design to make your daily calculations only a simple click away.

This calculator has the main functionality of a basic calculator.

Additional Features
- Full Keyboard Support
- Preview Window                    

Extension Basic Information

Name Simple Calculator Simple Calculator
ID ieafbjofblomjaiapdfpaepekillkgjp
Official URL https://chrome.google.com/webstore/detail/simple-calculator/ieafbjofblomjaiapdfpaepekillkgjp
Description Simple Easy Access Calculator
File Size 129 KB
Installation Count 895
Current Version 0.4
Last Updated 2017-03-30
Publish Date 2017-03-30
Rating 5.00/5 Total 5 Ratings
Developer Alan J. Fitzpatrick
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Calculator",
    "description": "Simple Easy Access Calculator",
    "short_name": "scalculator",
    "version": "0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/logo.png"
    },
    "permissions": [
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'"
}