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
官方網址 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": [
                ""
            ]
        }
    ]
}