Etherscan

Get the latest gas prices and the ability to easily search for addresses on Etherscan.

Cos'è Etherscan?

Etherscan è un'estensione di Chrome sviluppata da Etherscan, e la sua funzione principale è "Get the latest gas prices and the ability to easily search for addresses on Etherscan.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Etherscan

Scarica i file di estensione Etherscan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Get the latest gas prices and the ability to easily search for addresses on Etherscan.

An Etherscan extension for your browser. Create customized gas price alerts on your desktop notifications. Easily search for Ethereum addresses with a simple highlight and right-click while browsing.

This is an initial Beta release!

Please share your feedback and suggestions for new features at https://forms.gle/CxSdaFNQK9476pVD7.

v1.0.1 - Beta release
v1.0.2 - Added option to specify API Key
v1.0.3 - Added gas fee badge, gas price alert, "Search in Etherscan" in context menu
v1.0.4 - Tabs permission is now optional

Learn more about our terms of service and privacy policy at https://etherscan.io/terms.                    

Informazioni di Base sull'Estensione

Nome Etherscan Etherscan
ID joeoaocmnapjmkhjndfflecmdaldkpbn
URL Ufficiale https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn
Descrizione Get the latest gas prices and the ability to easily search for addresses on Etherscan.
Dimensione del File 336 KB
Conteggio Installazioni 30,000
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-05-23
Data di Pubblicazione 2022-10-11
Valutazione 4.35/5 Totale 20 Valutazioni
Sviluppatore Etherscan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://etherscan.io
URL della Pagina di Aiuto https://etherscan.io/contactus
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etherscan",
    "description": "Get the latest gas prices and the ability to easily search for addresses on Etherscan.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "contextMenus",
        "scripting",
        "notifications"
    ]
}