Tally

A tool to display more information about an Ethereum address.

What is Tally?

Tally is a Chrome extension developed by Tally, and its main feature is "A tool to display more information about an Ethereum address.".

Extension Screenshots

screenshot

Download Tally Extension CRX File

Download Tally extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
Official URL https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Description A tool to display more information about an Ethereum address.
File Size 2.23 MB
Installation Count 28
Current Version 0.3.1
Last Updated 2022-03-03
Publish Date 2022-01-31
Rating 5.00/5 Total 1 Ratings
Developer Tally
Email [email protected]
Payment Type free
Extension Website http://extension.withtally.com/
Help Page URL http://www.withTally.com
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Supported Languages 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": [
                ""
            ]
        }
    ]
}