DethEtherscan
dETH Code explorer inside etherscan
Was ist DethEtherscan?
DethEtherscan ist eine Chrome-Erweiterung, die von Cesar Rodriguez entwickelt wurde, und ihr Hauptmerkmal ist "dETH Code explorer inside etherscan".
Erweiterungsscreenshots
DethEtherscan-Erweiterungs-CRX-Datei herunterladen
Laden Sie DethEtherscan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | fdgkpnbneallpmclcehiaecmjfkpckji | 
| Offizielle URL | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji | 
| Beschreibung | dETH Code explorer inside etherscan | 
| Dateigröße | 11.73 KB | 
| Installationsanzahl | 50 | 
| Aktuelle Version | 1.0.2 | 
| Letztes Update | 2022-01-03 | 
| Veröffentlichungsdatum | 2021-12-16 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | Cesar Rodriguez | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://github.com/kesar/deth-extension | 
| Unterstützte Sprachen | 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"
            ]
        }
    ]
}  |  |