DethEtherscan

dETH Code explorer inside etherscan

什麼是DethEtherscan?

DethEtherscan是由Cesar Rodriguez開發的Chrome擴展程式,該擴展的主要功能是“dETH Code explorer inside etherscan”。

擴展截圖

screenshot

下載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 DethEtherscan
ID fdgkpnbneallpmclcehiaecmjfkpckji
官方網址 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"
            ]
        }
    ]
}