Big Calc

This extension will show how decimals work in JS

What is Big Calc?

Big Calc is a Chrome extension developed by http://anupvarghese.github.io, and its main feature is "This extension will show how decimals work in JS".

Extension Screenshots

screenshot

Download Big Calc Extension CRX File

Download Big Calc 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 simple calculator built using React                    

Extension Basic Information

Name Big Calc Big Calc
ID jlkaidnchiknhmigbgfmopmfnoiemnpe
Official URL https://chrome.google.com/webstore/detail/big-calc/jlkaidnchiknhmigbgfmopmfnoiemnpe
Description This extension will show how decimals work in JS
File Size 64.58 KB
Installation Count 29
Current Version 4.1
Last Updated 2018-03-06
Publish Date 2018-03-06
Developer http://anupvarghese.github.io
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Big Calc",
    "description": "This extension will show how decimals work in JS",
    "version": "4.1",
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "big-calc-16.png",
        "48": "big-calc-48.png",
        "128": "big-calc-128.png"
    }
}