Tally

A tool to display more information about an Ethereum address.

Cos'è Tally?

Tally è un'estensione di Chrome sviluppata da Tally, e la sua funzione principale è "A tool to display more information about an Ethereum address.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tally

Scarica i file di estensione Tally in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
URL Ufficiale https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Descrizione A tool to display more information about an Ethereum address.
Dimensione del File 2.23 MB
Conteggio Installazioni 28
Versione Corrente 0.3.1
Ultimo Aggiornamento 2022-03-03
Data di Pubblicazione 2022-01-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Tally
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://extension.withtally.com/
URL della Pagina di Aiuto http://www.withTally.com
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}