Calculator Button

My Online Calculator Button

What is Calculator Button?

Calculator Button is a Chrome extension developed by BeVegan, and its main feature is "My Online Calculator Button".

Extension Screenshots

screenshot
screenshot

Download Calculator Button Extension CRX File

Download Calculator Button 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

                        Certainly in everyday life, you come across such a situation, what you needed to perform some mathematical operations to produce a financial settlement, for example, when calculating the profitability of bank deposit or how suitable mortgage for the conditions at hand and at that time was not an ordinary electronic calculator or special programs? In such a case, you will be indispensable this convenient and easy-to-use Online Calculator Button.

Stay with us and we can help!                    

Extension Basic Information

Name Calculator Button Calculator Button
ID ibjednfgajknahjpfoafmeiehmeaofnc
Official URL https://chromewebstore.google.com/detail/calculator-button/ibjednfgajknahjpfoafmeiehmeaofnc
Description My Online Calculator Button
File Size 104 KB
Installation Count 1,025
Current Version 1.0
Last Updated 2013-10-01
Publish Date 2013-10-01
Rating 3.90/5 Total 20 Ratings
Developer BeVegan
Email [email protected]
Payment Type free
Extension Website http://my-online-calculator.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Calculator Button",
    "description": "My Online Calculator Button",
    "manifest_version": 2,
    "version": "1.0",
    "background": {
        "page": "index.html"
    },
    "icons": {
        "128": "clock.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "clock.png",
        "clock_16.png",
        "js.js",
        "style.css"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}