Tally

A tool to display more information about an Ethereum address.

Qu'est-ce que Tally ?

Tally est une extension Chrome développée par Tally, et sa fonction principale est "A tool to display more information about an Ethereum address.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tally

Téléchargez les fichiers d'extension Tally au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
URL Officiel https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
Description A tool to display more information about an Ethereum address.
Taille du Fichier 2.23 MB
Nombre d'Installations 28
Version Actuelle 0.3.1
Dernière Mise à Jour 2022-03-03
Date de Publication 2022-01-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Tally
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://extension.withtally.com/
URL de la Page d'Aide http://www.withTally.com
URL de la Page de Politique de Confidentialité https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}