SumThing
Calculate sums of cells instantly.
Что такое SumThing?
SumThing - это расширение Chrome, разработанное sumthing-bl, и его основная функция - "Calculate sums of cells instantly.".
Снимки экрана расширения
Скачать файл CRX расширения SumThing
Скачайте файлы расширений SumThing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | SumThing |
ID | cdjhlfdiajgnadonhhdlekfcdoefomen |
Официальный URL | https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen |
Описание | Calculate sums of cells instantly. |
Размер файла | 149 KB |
Количество установок | 2,715 |
Текущая Версия | 1.0.3 |
Последнее Обновление | 2021-11-26 |
Дата публикации | 2020-03-23 |
Рейтинг | 4.29/5 Всего 31 оценок |
Разработчик | sumthing-bl |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.sumthing.app |
URL страницы помощи | https://www.sumthing.app |
Поддерживаемые языки | 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'" } |