Smart Calc

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

Hvad er Smart Calc?

Smart Calc er en Chrome-udvidelse udviklet af andersonfetter, og dens hovedfunktion er "Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Smart Calc-udvidelses-CRX-fil

Download Smart Calc-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
Officiel URL https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Beskrivelse Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Filstørrelse 35.43 KB
Antal Installationer 25
Nuværende Version 1.0
Senest Opdateret 2016-04-27
Udgivelsesdato 2016-04-27
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler andersonfetter
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side http://www.afetter.com/license
Understøttede Sprog 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
    }
}