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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}