Etherscan

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

O que é Etherscan?

Etherscan é uma extensão do Chrome desenvolvida por Etherscan, e sua principal característica é "Get the latest gas prices and the ability to easily search for addresses on Etherscan.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Etherscan

Baixe arquivos de extensão Etherscan no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Etherscan Etherscan
ID joeoaocmnapjmkhjndfflecmdaldkpbn
URL Oficial https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn
Descrição Get the latest gas prices and the ability to easily search for addresses on Etherscan.
Tamanho do Arquivo 336 KB
Contagem de Instalações 30,000
Versão Atual 1.0.4
Última Atualização 2023-05-23
Data de Publicação 2022-10-11
Classificação 4.35/5 Total de 20 Avaliações
Desenvolvedor Etherscan
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://etherscan.io
URL da Página de Ajuda https://etherscan.io/contactus
Idiomas Suportados 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"
    ]
}