DethEtherscan
dETH Code explorer inside etherscan
DethEtherscan क्या है?
DethEtherscan Cesar Rodriguez द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "dETH Code explorer inside etherscan"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DethEtherscan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | DethEtherscan |
ID | fdgkpnbneallpmclcehiaecmjfkpckji |
आधिकारिक URL | https://chromewebstore.google.com/detail/dethetherscan/fdgkpnbneallpmclcehiaecmjfkpckji |
विवरण | dETH Code explorer inside etherscan |
फ़ाइल का आकार | 11.73 KB |
स्थापना संख्या | 50 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2022-01-03 |
प्रकाशन तिथि | 2021-12-16 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Cesar Rodriguez |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/kesar/deth-extension |
समर्थित भाषाएँ | 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" ] } ] } |