Tally

A tool to display more information about an Ethereum address.

Tally क्या है?

Tally Tally द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool to display more information about an Ethereum address."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tally एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Tally Tally
ID akanolphjdpabgccbkkhnbkemncgjfck
आधिकारिक URL https://chromewebstore.google.com/detail/tally/akanolphjdpabgccbkkhnbkemncgjfck
विवरण A tool to display more information about an Ethereum address.
फ़ाइल का आकार 2.23 MB
स्थापना संख्या 28
वर्तमान संस्करण 0.3.1
अंतिम अपडेट 2022-03-03
प्रकाशन तिथि 2022-01-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Tally
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://extension.withtally.com/
सहायता पृष्ठ URL http://www.withTally.com
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/04a46cc7-ba03-4871-8965-4b0022d90e61
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}