Tally

A tool to display more information about an Ethereum address.

ما هو Tally؟

Tally هو إضافة Chrome تم تطويرها بواسطة Tally، والميزة الرئيسية لها هي "A tool to display more information about an Ethereum address.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tally

قم بتنزيل ملفات الامتداد Tally بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://www.withTally.com
عنوان صفحة سياسة الخصوصية 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": [
                ""
            ]
        }
    ]
}