Tally

A tool to display more information about an Ethereum address.

Was ist Tally?

Tally ist eine Chrome-Erweiterung, die von Tally entwickelt wurde, und ihr Hauptmerkmal ist "A tool to display more information about an Ethereum address.".

Erweiterungsscreenshots

screenshot

Tally-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tally-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
Offizielle URL https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Beschreibung A tool to display more information about an Ethereum address.
Dateigröße 2.23 MB
Installationsanzahl 28
Aktuelle Version 0.3.1
Letztes Update 2022-03-03
Veröffentlichungsdatum 2022-01-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Tally
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://extension.withtally.com/
Hilfeseite URL http://www.withTally.com
URL der Datenschutzrichtlinien-Seite https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}