SumThing
Calculate sums of cells instantly.
Was ist SumThing?
SumThing ist eine Chrome-Erweiterung, die von sumthing-bl entwickelt wurde, und ihr Hauptmerkmal ist "Calculate sums of cells instantly.".
Erweiterungsscreenshots
SumThing-Erweiterungs-CRX-Datei herunterladen
Laden Sie SumThing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
Offizielle URL | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Beschreibung | Calculate sums of cells instantly. |
Dateigröße | 149 KB |
Installationsanzahl | 2,715 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2021-11-26 |
Veröffentlichungsdatum | 2020-03-23 |
Bewertung | 4.29/5 Insgesamt 31 Bewertungen |
Entwickler | sumthing-bl |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.sumthing.app |
Hilfeseite URL | https://www.sumthing.app |
Unterstützte Sprachen | 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'" } |