SumThing

Calculate sums of cells instantly.

什么是SumThing?

SumThing是由sumthing-bl开发的Chrome扩展程序,该扩展的主要功能是“Calculate sums of cells instantly.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载SumThing扩展crx文件

下载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 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'"
}