DethEtherscan

dETH Code explorer inside etherscan

DethEtherscanคืออะไร?

DethEtherscan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cesar Rodriguez และคุณลักษณะหลักของมันคือ "dETH Code explorer inside etherscan"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DethEtherscan

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}