Smart Calc

Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.

What is Smart Calc?

Smart Calc is a Chrome extension developed by andersonfetter, and its main feature is "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Smart Calc Extension CRX File

Download Smart 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

                        This is a simple way to make math. Highlighting text in any website. The default function is sum, but you can easely change it jut press the other function (+, -, /, *). On the icon the color indicates which function is selected. For the most advanced users you can edit by yourself the equations by using the pop up page.                    

Extension Basic Information

Name Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
Official URL https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Description Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
File Size 35.43 KB
Installation Count 25
Current Version 1.0
Last Updated 2016-04-27
Publish Date 2016-04-27
Rating 5.00/5 Total 1 Ratings
Developer andersonfetter
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.afetter.com/license
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Calc",
    "description": "Select number in the web page and automatically (+, -, \/, *) with the previous values. Also you can edit the function by your own.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}