DethEtherscan

dETH Code explorer inside etherscan

DethEtherscan란 무엇입니까?

DethEtherscan은(는) Cesar Rodriguez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dETH Code explorer inside etherscan"입니다.

확장 프로그램 스크린샷

screenshot

DethEtherscan 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}