DethEtherscan
dETH Code explorer inside etherscan
Co je DethEtherscan?
DethEtherscan je rozšíření Chrome vyvinuté Cesar Rodriguez, a jeho hlavní funkcí je „dETH Code explorer inside etherscan“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření DethEtherscan
Stáhněte si soubory rozšíření DethEtherscan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | DethEtherscan |
ID | fdgkpnbneallpmclcehiaecmjfkpckji |
Oficiální URL | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji |
Popis | dETH Code explorer inside etherscan |
Velikost souboru | 11.73 KB |
Počet instalací | 50 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2022-01-03 |
Datum Vydání | 2021-12-16 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Cesar Rodriguez |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/kesar/deth-extension |
Podporované Jazyky | 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" ] } ] } |