SumThing

Calculate sums of cells instantly.

Co je SumThing?

SumThing je rozšíření Chrome vyvinuté sumthing-bl, a jeho hlavní funkcí je „Calculate sums of cells instantly.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření SumThing

Stáhněte si soubory rozšíření SumThing 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í

                        SumThing allows you to quickly calculate the sum of any table cells on any web page!

Simply activate the plugin while on the web page and drag to select the cells you want to tally up! You can also select individual cells by holding CTRL and clicking on the different cells you want to add up!

SumThing works on all currency formats and takes into account negative sums and varying number formats.

Save yourself the time from copying and pasting tables into Excel or Google Docs to find out the sum!

Advanced features include: Average, Max, Min, and COUNTA!                    

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

Název SumThing SumThing
ID cdjhlfdiajgnadonhhdlekfcdoefomen
Oficiální URL https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen
Popis Calculate sums of cells instantly.
Velikost souboru 149 KB
Počet instalací 2,715
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-11-26
Datum Vydání 2020-03-23
Hodnocení 4.29/5 Celkem 31 Hodnocení
Vývojář sumthing-bl
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.sumthing.app
URL Stránky Nápovědy https://www.sumthing.app
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SumThing",
    "version": "1.0.3",
    "version_name": "1.0.3",
    "description": "Calculate sums of cells instantly.",
    "icons": {
        "128": "\/img\/logo.png"
    },
    "browser_action": {
        "default_icon": "\/img\/logo_grey_16.png"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/lib\/webx.js",
            "\/lib\/mixpanel.js",
            "\/js\/background\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}