SumThing
Calculate sums of cells instantly.
O que é SumThing?
SumThing é uma extensão do Chrome desenvolvida por sumthing-bl, e sua principal característica é "Calculate sums of cells instantly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SumThing
Baixe arquivos de extensão SumThing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
URL Oficial | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Descrição | Calculate sums of cells instantly. |
Tamanho do Arquivo | 149 KB |
Contagem de Instalações | 2,715 |
Versão Atual | 1.0.3 |
Última Atualização | 2021-11-26 |
Data de Publicação | 2020-03-23 |
Classificação | 4.29/5 Total de 31 Avaliações |
Desenvolvedor | sumthing-bl |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.sumthing.app |
URL da Página de Ajuda | https://www.sumthing.app |
Idiomas Suportados | 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'" } |