SumThing
Calculate sums of cells instantly.
Cos'è SumThing?
SumThing è un'estensione di Chrome sviluppata da sumthing-bl, e la sua funzione principale è "Calculate sums of cells instantly.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SumThing
Scarica i file di estensione SumThing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
URL Ufficiale | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Descrizione | Calculate sums of cells instantly. |
Dimensione del File | 149 KB |
Conteggio Installazioni | 2,715 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2021-11-26 |
Data di Pubblicazione | 2020-03-23 |
Valutazione | 4.29/5 Totale 31 Valutazioni |
Sviluppatore | sumthing-bl |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.sumthing.app |
URL della Pagina di Aiuto | https://www.sumthing.app |
Lingue Supportate | 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'" } |