Contract Mate

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

Contract Mate là gì?

Contract Mate là một tiện ích mở rộng Chrome được phát triển bởi JC, và tính năng chính của nó là "Adds a quick access to deth.net editor to view contracts on different etherscan like sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Contract Mate

Tải xuống các tệp mở rộng Contract Mate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Contract Mate Contract Mate
ID mbglhphbjpgjhkmhmjcebjoijlnogccp
URL Chính Thức https://chromewebstore.google.com/detail/contract-mate/mbglhphbjpgjhkmhmjcebjoijlnogccp
Mô tả Adds a quick access to deth.net editor to view contracts on different etherscan like sites.
Kích Thước Tệp 25.07 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-08-22
Ngày Phát Hành 2021-12-17
Nhà Phát Triển JC
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jcxia43/contract-mate
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}