SumThing

Calculate sums of cells instantly.

Hvad er SumThing?

SumThing er en Chrome-udvidelse udviklet af sumthing-bl, og dens hovedfunktion er "Calculate sums of cells instantly.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download SumThing-udvidelses-CRX-fil

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

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn SumThing SumThing
ID cdjhlfdiajgnadonhhdlekfcdoefomen
Officiel URL https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen
Beskrivelse Calculate sums of cells instantly.
Filstørrelse 149 KB
Antal Installationer 2,715
Nuværende Version 1.0.3
Senest Opdateret 2021-11-26
Udgivelsesdato 2020-03-23
Bedømmelse 4.29/5 Samlet 31 Bedømmelser
Udvikler sumthing-bl
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.sumthing.app
Hjælpeside-URL https://www.sumthing.app
Understøttede Sprog 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'"
}