Top Ledger - End to end Blockchain Analytics

Explore the vital statistics of any Solana based project at a glance!

Τι είναι το Top Ledger - End to end Blockchain Analytics;

Το Top Ledger - End to end Blockchain Analytics είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Top Ledger, και η κύρια λειτουργία του είναι "Explore the vital statistics of any Solana based project at a glance!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Top Ledger - End to end Blockchain Analytics

Λήψη αρχείων επέκτασης Top Ledger - End to end Blockchain Analytics σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Explore the vital statistics of any Solana-based project at a glance! With the Top Ledger chrome extension, you can effortlessly access key metrics such as transactions, active wallets, volume, TVL, and even comparative analysis. Seamlessly integrate in-depth insights into your browsing experience and unlock a wealth of blockchain analysis, all within your browser!

Unveil the inner workings of any project you come across while reading articles or visiting websites. Top Ledger's free extension is the ultimate all-in-one solution for comprehensive blockchain analysis, right at your fingertips!

FEATURES:
💱 Transactions: Dive into the total number of on-chain transactions of a project. Analyze transaction trends alongside wallet activities for a holistic view.

💳 Active Wallets: Discover the daily, weekly, and monthly interactions between wallets and the project. Gain insights into the total number of wallets that have ever engaged with the project, with moving averages to track their behavior.

💲 Volume & TVL: Gain a profound understanding of the project's transaction volume over time. Examine TVL trends and capture essential metrics such as generated fees and revenue.

📈 Comparative Analysis: Uncover how the project stacks up against its peers and the global industry on the Solana blockchain. Leverage comparative analysis to gauge its performance and potential.

With the Top Ledger chrome extension, the world of Solana blockchain analytics is just a click away, enabling you to make informed decisions and stay ahead of the game!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Top Ledger - End to end Blockchain Analytics Top Ledger - End to end Blockchain Analytics
ID nkinmfenfjlhhaphmdmnjejcacaebmbd
Επίσημο URL https://chromewebstore.google.com/detail/top-ledger-end-to-end-blo/nkinmfenfjlhhaphmdmnjejcacaebmbd
Περιγραφή Explore the vital statistics of any Solana based project at a glance!
Μέγεθος Αρχείου 118 KB
Αριθμός Εγκαταστάσεων 87
Τρέχουσα Έκδοση 0.0.12
Τελευταία Ενημέρωση 2023-08-11
Ημερομηνία Δημοσίευσης 2023-06-23
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής Top Ledger
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://topledger.xyz
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Top Ledger - End to end Blockchain Analytics",
    "version": "0.0.12",
    "manifest_version": 3,
    "description": "Explore the vital statistics of any Solana based project at a glance!",
    "homepage_url": "https:\/\/topledger.xyz",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "matches": [
            "https:\/\/*\/*",
            "http:\/\/*\/*"
        ],
        "default_icon": "icons\/icon16.png",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/tl-modal.css"
            ]
        }
    ]
}