Calculator

This is a simple popup Calculator.

What is Calculator?

Calculator is a Chrome extension developed by jd4rider, and its main feature is "This is a simple popup Calculator.".

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

                        This is a simple popup Calculator.                    

Extension Basic Information

Name Calculator Calculator
ID ohpnlmfhhbgbblipjnafoifadmplfnha
Official URL https://chromewebstore.google.com/detail/calculator/ohpnlmfhhbgbblipjnafoifadmplfnha
Description This is a simple popup Calculator.
File Size 38.55 KB
Installation Count 265
Current Version 0.4
Last Updated 2022-09-02
Publish Date 2016-09-25
Developer jd4rider
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Calculator",
    "version": "0.4",
    "browser_action": {
        "default_icon": "calc.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.js",
                "js\/index.js",
                "js\/evel.js"
            ]
        }
    ]
}