DethEtherscan

dETH Code explorer inside etherscan

ما هو DethEtherscan؟

DethEtherscan هو إضافة Chrome تم تطويرها بواسطة Cesar Rodriguez، والميزة الرئيسية لها هي "dETH Code explorer inside etherscan".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة DethEtherscan

قم بتنزيل ملفات الامتداد DethEtherscan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}