Calculator

Calculator is easy app. Mathematics on one click.

What is Calculator?

Calculator is a Chrome extension developed by Tetris Offline and Tools, and its main feature is "Calculator is easy app. Mathematics on one click.".

Extension Screenshots

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 practical and useful html app. Math with many mathematical functions. Users can use functions basic, logarithmic, goniometric, brackets etc. All in this Calculator in your browser.                    

Extension Basic Information

Name Calculator Calculator
ID gpajmlbjpjdoamamiijpeihfdhkhnieh
Official URL https://chrome.google.com/webstore/detail/calculator/gpajmlbjpjdoamamiijpeihfdhkhnieh
Description Calculator is easy app. Mathematics on one click.
File Size 112 KB
Installation Count 95
Current Version 1.0.0
Last Updated 2018-06-21
Publish Date 2018-06-21
Rating 2.50/5 Total 2 Ratings
Developer Tetris Offline and Tools
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator",
    "description": "Calculator is easy app. Mathematics on one click.",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.google.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}