DethEtherscan
dETH Code explorer inside etherscan
DethEtherscanとは何ですか?
DethEtherscanはCesar Rodriguezによって開発されたChromeの拡張機能で、その主な機能は「dETH Code explorer inside etherscan」です。
拡張機能のスクリーンショット
DethEtherscan拡張機能のCRXファイルをダウンロード
DethEtherscan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |