SumThing

Calculate sums of cells instantly.

SumThing là gì?

SumThing là một tiện ích mở rộng Chrome được phát triển bởi sumthing-bl, và tính năng chính của nó là "Calculate sums of cells instantly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SumThing

Tải xuống các tệp mở rộng SumThing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SumThing SumThing
ID cdjhlfdiajgnadonhhdlekfcdoefomen
URL Chính Thức https://chromewebstore.google.com/detail/sumthing/cdjhlfdiajgnadonhhdlekfcdoefomen
Mô tả Calculate sums of cells instantly.
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 2,715
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2020-03-23
Đánh Giá 4.29/5 Tổng số 31 Đánh Giá
Nhà Phát Triển sumthing-bl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sumthing.app
URL Trang Trợ Giúp https://www.sumthing.app
Ngôn Ngữ Được Hỗ Trợ 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'"
}