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.                     扩展基本信息
| 名称 |   |  
| 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"
            ]
        }
    ]
}  |  |