Tally

A tool to display more information about an Ethereum address.

Tally란 무엇입니까?

Tally은(는) Tally에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to display more information about an Ethereum address."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Instantly learn about the user of an Ethereum addresses directly on a webpage. Supports Tally Profiles, POAP, NFTS, and Transaction History. Simply hover the address, and all the users information will instantly pop up. Very useful for NFT Drops, investigating DAO participants and more!                    

확장 프로그램 기본 정보

이름 Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
공식 URL https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
설명 A tool to display more information about an Ethereum address.
파일 크기 2.23 MB
설치 횟수 28
현재 버전 0.3.1
최근 업데이트 2022-03-03
출시 날짜 2022-01-31
평점 5.00/5 총 1 개의 평점
개발자 Tally
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://extension.withtally.com/
도움말 페이지 URL http://www.withTally.com
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.3.1",
    "short_name": "Tally",
    "name": "Tally",
    "description": "A tool to display more information about an Ethereum address.",
    "action": {
        "default_title": "Tally",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}