Contract Mate

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

Contract Mate क्या है?

Contract Mate JC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a quick access to deth.net editor to view contracts on different etherscan like sites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Contract Mate एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}