DethEtherscan
dETH Code explorer inside etherscan
¿Qué es DethEtherscan?
DethEtherscan es una extensión de Chrome desarrollada por Cesar Rodriguez, y su función principal es "dETH Code explorer inside etherscan".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión DethEtherscan
Descarga archivos de extensión DethEtherscan en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | DethEtherscan |
ID | fdgkpnbneallpmclcehiaecmjfkpckji |
URL Oficial | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji |
Descripción | dETH Code explorer inside etherscan |
Tamaño del Archivo | 11.73 KB |
Cantidad de Instalaciones | 50 |
Versión Actual | 1.0.2 |
Última Actualización | 2022-01-03 |
Fecha de Publicación | 2021-12-16 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Cesar Rodriguez |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/kesar/deth-extension |
Idiomas Soportados | 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" ] } ] } |