Contract Mate

Adds a quick access to deth.net editor to view contracts on different etherscan like sites.

Contract Mateคืออะไร?

Contract Mate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JC และคุณลักษณะหลักของมันคือ "Adds a quick access to deth.net editor to view contracts on different etherscan like sites."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Contract Mate ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This plugin adds a small quick shortcut "View in VS Code" to the related deth.net page on etherscan like sites page of contracts. Helps developers to view the contract code more comfortable.

Currently supported 19 etherscan.io like sites.

source code: https://github.com/jcxia43/contract-mate                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Contract Mate Contract Mate
ID mbglhphbjpgjhkmhmjcebjoijlnogccp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contract-mate/mbglhphbjpgjhkmhmjcebjoijlnogccp
คำอธิบาย Adds a quick access to deth.net editor to view contracts on different etherscan like sites.
ขนาดไฟล์ 25.07 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-08-22
วันที่เผยแพร่ 2021-12-17
ผู้พัฒนา JC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jcxia43/contract-mate
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Contract Mate",
    "version": "1.1",
    "description": "Adds a quick access to deth.net editor to view contracts on different etherscan like sites.",
    "icons": {
        "48": "icons\/logo-48.png",
        "96": "icons\/logo-96.png",
        "256": "icons\/logo-256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/etherscan.io\/address\/*",
                "*:\/\/ropsten.etherscan.io\/address\/*",
                "*:\/\/rinkeby.etherscan.io\/address\/*",
                "*:\/\/goerli.etherscan.io\/address\/*",
                "*:\/\/kovan.etherscan.io\/address\/*",
                "*:\/\/bscscan.com\/address\/*",
                "*:\/\/testnet.bscscan.com\/address\/*",
                "*:\/\/hecoinfo.com\/address\/*",
                "*:\/\/testnet.hecoinfo.com\/address\/*",
                "*:\/\/ftmscan.com\/address\/*",
                "*:\/\/testnet.ftmscan.com\/address\/*",
                "*:\/\/optimistic.etherscan.io\/address\/*",
                "*:\/\/kovan-optimistic.etherscan.io\/address\/*",
                "*:\/\/polygonscan.com\/address\/*",
                "*:\/\/testnet.polygonscan.com\/address\/*",
                "*:\/\/arbiscan.io\/address\/*",
                "*:\/\/testnet.arbiscan.io\/address\/*",
                "*:\/\/snowtrace.io\/address\/*",
                "*:\/\/testnet.snowtrace.io\/address\/*"
            ],
            "js": [
                "mate.js"
            ]
        }
    ]
}