DethEtherscan

dETH Code explorer inside etherscan

O que é DethEtherscan?

DethEtherscan é uma extensão do Chrome desenvolvida por Cesar Rodriguez, e sua principal característica é "dETH Code explorer inside etherscan".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DethEtherscan

Baixe arquivos de extensão DethEtherscan 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

                        Customize etherscan adding a button to connect with deth code development tooling.

If you visit an etherscan (or any etherscan sidechain site) contract that has the code tab, you will see a button named "dETH" wher e you can click and go to deth VS code.                    

Informações Básicas da Extensão

Nome DethEtherscan DethEtherscan
ID fdgkpnbneallpmclcehiaecmjfkpckji
URL Oficial https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji
Descrição dETH Code explorer inside etherscan
Tamanho do Arquivo 11.73 KB
Contagem de Instalações 50
Versão Atual 1.0.2
Última Atualização 2022-01-03
Data de Publicação 2021-12-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Cesar Rodriguez
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/kesar/deth-extension
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DethEtherscan",
    "version": "1.0.2",
    "description": "dETH Code explorer inside etherscan",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etherscan.io\/*",
                "https:\/\/arbiscan.io\/*",
                "https:\/\/polygonscan.com\/*",
                "https:\/\/bscscan.com\/*",
                "https:\/\/optimistic.etherscan.io\/*",
                "https:\/\/ropsten.etherscan.io\/*",
                "https:\/\/testnet.bscscan.com\/*",
                "https:\/\/hecoinfo.com\/*",
                "https:\/\/snowtrace.com\/*",
                "https:\/\/rinkeby.etherscan.io\/*",
                "https:\/\/kovan.etherscan.io\/*",
                "https:\/\/ftmscan.com\/*",
                "https:\/\/moonbase.moonscan.io\/*",
                "https:\/\/moonriver.moonscan.io\/"
            ],
            "js": [
                "Content.js"
            ]
        }
    ]
}