etherscan-contract-downloader

Inject download button for verified contract on etherscan.io.

etherscan-contract-downloaderคืออะไร?

etherscan-contract-downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Monarth Sarvaiya และคุณลักษณะหลักของมันคือ "Inject download button for verified contract on etherscan.io."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย etherscan-contract-downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}