etherscan-contract-downloader

Inject download button for verified contract on etherscan.io.

etherscan-contract-downloaderとは何ですか?

etherscan-contract-downloaderはMonarth Sarvaiyaによって開発されたChromeの拡張機能で、その主な機能は「Inject download button for verified contract on etherscan.io.」です。

拡張機能のスクリーンショット

screenshot

etherscan-contract-downloader拡張機能のCRXファイルをダウンロード

etherscan-contract-downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io.                    

拡張機能の基本情報

名前 etherscan-contract-downloader etherscan-contract-downloader
ID lgbmhlndlnehaakmmoiibkebophhmdpb
公式URL https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb
説明 Inject download button for verified contract on etherscan.io.
ファイルサイズ 14.6 KB
インストール数 60
現在のバージョン 1.0.1
最終更新日 2023-03-31
公開日 2023-03-31
開発者 Monarth Sarvaiya
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "etherscan-contract-downloader",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Inject download button for verified contract on etherscan.io.",
    "icons": {
        "16": ".\/source\/images\/icon16.png",
        "32": ".\/source\/images\/icon32.png",
        "48": ".\/source\/images\/icon48.png",
        "128": ".\/source\/images\/icon128.png"
    },
    "action": {
        "default_icon": ".\/source\/images\/icon128.png",
        "default_popup": ".\/source\/pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/etherscan.io\/address\/*",
                "https:\/\/etherscan.io\/token\/*"
            ],
            "js": [
                ".\/source\/js\/content-script.js"
            ]
        }
    ]
}