Smart Calc

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

Wat is Smart Calc?

Smart Calc is een Chrome-extensie ontwikkeld door andersonfetter, en de belangrijkste functie is "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Smart Calc

Download Smart Calc-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
Officiële URL https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Beschrijving Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Bestandsgrootte 35.43 KB
Aantal Installaties 25
Huidige Versie 1.0
Laatst Bijgewerkt 2016-04-27
Publicatiedatum 2016-04-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar andersonfetter
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.afetter.com/license
Ondersteunde Talen 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
    }
}