DethEtherscan
dETH Code explorer inside etherscan
Co to jest DethEtherscan?
DethEtherscan to rozszerzenie Chrome opracowane przez Cesar Rodriguez, a jego główną funkcją jest „dETH Code explorer inside etherscan”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DethEtherscan
Pobierz pliki rozszerzeń DethEtherscan w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | DethEtherscan |
ID | fdgkpnbneallpmclcehiaecmjfkpckji |
Oficjalny URL | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji |
Opis | dETH Code explorer inside etherscan |
Rozmiar pliku | 11.73 KB |
Liczba instalacji | 50 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2022-01-03 |
Data Publikacji | 2021-12-16 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Cesar Rodriguez |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/kesar/deth-extension |
Obsługiwane Języki | 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" ] } ] } |