SumThing

Calculate sums of cells instantly.

SumThing란 무엇입니까?

SumThing은(는) sumthing-bl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculate sums of cells instantly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SumThing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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