SumThing
Calculate sums of cells instantly.
Wat is SumThing?
SumThing is een Chrome-extensie ontwikkeld door sumthing-bl, en de belangrijkste functie is "Calculate sums of cells instantly.".
Extensie Screenshots
Download het CRX-bestand van de extensie SumThing
Download SumThing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
Officiële URL | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Beschrijving | Calculate sums of cells instantly. |
Bestandsgrootte | 149 KB |
Aantal Installaties | 2,715 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2021-11-26 |
Publicatiedatum | 2020-03-23 |
Beoordeling | 4.29/5 Totaal 31 Beoordelingen |
Ontwikkelaar | sumthing-bl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.sumthing.app |
Help Pagina-URL | https://www.sumthing.app |
Ondersteunde Talen | 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'" } |