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文件

下载Tally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
                ""
            ]
        }
    ]
}