SumThing
Calculate sums of cells instantly.
¿Qué es SumThing?
SumThing es una extensión de Chrome desarrollada por sumthing-bl, y su función principal es "Calculate sums of cells instantly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SumThing
Descarga archivos de extensión SumThing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
URL Oficial | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Descripción | Calculate sums of cells instantly. |
Tamaño del Archivo | 149 KB |
Cantidad de Instalaciones | 2,715 |
Versión Actual | 1.0.3 |
Última Actualización | 2021-11-26 |
Fecha de Publicación | 2020-03-23 |
Calificación | 4.29/5 Total de 31 Calificaciones |
Desarrollador | sumthing-bl |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.sumthing.app |
URL de la Página de Ayuda | https://www.sumthing.app |
Idiomas Soportados | 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'" } |