etherscan-contract-downloader
Inject download button for verified contract on etherscan.io.
etherscan-contract-downloader là gì?
etherscan-contract-downloader là một tiện ích mở rộng Chrome được phát triển bởi Monarth Sarvaiya, và tính năng chính của nó là "Inject download button for verified contract on etherscan.io.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng etherscan-contract-downloader
Tải xuống các tệp mở rộng etherscan-contract-downloader 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
etherscan-contract-downloader is an extension which will inject download button for verified smart contracts on etherscan.io.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | etherscan-contract-downloader |
ID | lgbmhlndlnehaakmmoiibkebophhmdpb |
URL Chính Thức | https://chromewebstore.google.com/detail/etherscan-contract-downlo/lgbmhlndlnehaakmmoiibkebophhmdpb |
Mô tả | Inject download button for verified contract on etherscan.io. |
Kích Thước Tệp | 14.6 KB |
Số Lần Cài Đặt | 60 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-03-31 |
Ngày Phát Hành | 2023-03-31 |
Nhà Phát Triển | Monarth Sarvaiya |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |