Smart Calc

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

Co je Smart Calc?

Smart Calc je rozšíření Chrome vyvinuté andersonfetter, a jeho hlavní funkcí je „Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Smart Calc

Stáhněte si soubory rozšíření Smart Calc ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Smart Calc Smart Calc
ID kbmdekffinpekjapcpgchgpkfokklaaj
Oficiální URL https://chromewebstore.google.com/detail/smart-calc/kbmdekffinpekjapcpgchgpkfokklaaj
Popis Select number in the web page and automatically (+, -, /, *) with the previous values. Also you can edit the function by your own.
Velikost souboru 35.43 KB
Počet instalací 25
Aktuální Verze 1.0
Poslední Aktualizace 2016-04-27
Datum Vydání 2016-04-27
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář andersonfetter
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.afetter.com/license
Podporované Jazyky 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
    }
}