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
Eメール [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'"
}