DethEtherscan

dETH Code explorer inside etherscan

Cos'è DethEtherscan?

DethEtherscan è un'estensione di Chrome sviluppata da Cesar Rodriguez, e la sua funzione principale è "dETH Code explorer inside etherscan".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DethEtherscan

Scarica i file di estensione DethEtherscan 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

                        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.                    

Informazioni di Base sull'Estensione

Nome DethEtherscan DethEtherscan
ID fdgkpnbneallpmclcehiaecmjfkpckji
URL Ufficiale https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji
Descrizione dETH Code explorer inside etherscan
Dimensione del File 11.73 KB
Conteggio Installazioni 50
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-01-03
Data di Pubblicazione 2021-12-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Cesar Rodriguez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/kesar/deth-extension
Lingue Supportate 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"
            ]
        }
    ]
}