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
官方網址 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'"
}