Tally

A tool to display more information about an Ethereum address.

Tally là gì?

Tally là một tiện ích mở rộng Chrome được phát triển bởi Tally, và tính năng chính của nó là "A tool to display more information about an Ethereum address.".

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

screenshot

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

Tải xuống các tệp mở rộng Tally 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

                        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!                    

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

Tên Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
URL Chính Thức https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Mô tả A tool to display more information about an Ethereum address.
Kích Thước Tệp 2.23 MB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2022-03-03
Ngày Phát Hành 2022-01-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tally
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://extension.withtally.com/
URL Trang Trợ Giúp http://www.withTally.com
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}