Simple Calculator

Simple calculator extension with a clean design.

What is Simple Calculator?

Simple Calculator is a Chrome extension developed by MetaAlpha Studio, and its main feature is "Simple calculator extension with a clean design.".

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

                        Calculator with clean and legible design for your day to day operations.

Operations:

- Multiply (x)
- Divide (÷)
- Subtract (-)
- Add (+)

By Takeshi Nakamoto. 2018.                    

Extension Basic Information

Name Simple Calculator Simple Calculator
ID fipjlpkijmbcomghoophdbmibhpmgkno
Official URL https://chrome.google.com/webstore/detail/simple-calculator/fipjlpkijmbcomghoophdbmibhpmgkno
Description Simple calculator extension with a clean design.
File Size 238 KB
Installation Count 12,470
Current Version 6.2
Last Updated 2022-07-28
Publish Date 2019-07-18
Rating 4.41/5 Total 27 Ratings
Developer MetaAlpha Studio
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/Global.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "offline_enabled": true,
    "short_name": "Calculator",
    "manifest_version": 2,
    "version": "6.2"
}