Tally

A tool to display more information about an Ethereum address.

O que é Tally?

Tally é uma extensão do Chrome desenvolvida por Tally, e sua principal característica é "A tool to display more information about an Ethereum address.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tally

Baixe arquivos de extensão Tally no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
URL Oficial https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Descrição A tool to display more information about an Ethereum address.
Tamanho do Arquivo 2.23 MB
Contagem de Instalações 28
Versão Atual 0.3.1
Última Atualização 2022-03-03
Data de Publicação 2022-01-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Tally
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://extension.withtally.com/
URL da Página de Ajuda http://www.withTally.com
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Idiomas Suportados 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": [
                ""
            ]
        }
    ]
}