DethEtherscan

dETH Code explorer inside etherscan

Wat is DethEtherscan?

DethEtherscan is een Chrome-extensie ontwikkeld door Cesar Rodriguez, en de belangrijkste functie is "dETH Code explorer inside etherscan".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DethEtherscan

Download DethEtherscan-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DethEtherscan DethEtherscan
ID fdgkpnbneallpmclcehiaecmjfkpckji
Officiële URL https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji
Beschrijving dETH Code explorer inside etherscan
Bestandsgrootte 11.73 KB
Aantal Installaties 50
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-01-03
Publicatiedatum 2021-12-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Cesar Rodriguez
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/kesar/deth-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}