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
Eメール [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": [
                ""
            ]
        }
    ]
}