DethEtherscan
dETH Code explorer inside etherscan
Qu'est-ce que DethEtherscan ?
DethEtherscan est une extension Chrome développée par Cesar Rodriguez, et sa fonction principale est "dETH Code explorer inside etherscan".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DethEtherscan
Téléchargez les fichiers d'extension DethEtherscan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | DethEtherscan |
ID | fdgkpnbneallpmclcehiaecmjfkpckji |
URL Officiel | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji |
Description | dETH Code explorer inside etherscan |
Taille du Fichier | 11.73 KB |
Nombre d'Installations | 50 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-01-03 |
Date de Publication | 2021-12-16 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Cesar Rodriguez |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kesar/deth-extension |
Langues Prises en Charge | 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" ] } ] } |