Etherscan

Get the latest gas prices and the ability to easily search for addresses on Etherscan.

Etherscan là gì?

Etherscan là một tiện ích mở rộng Chrome được phát triển bởi Etherscan, và tính năng chính của nó là "Get the latest gas prices and the ability to easily search for addresses on Etherscan.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Etherscan 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

                        Get the latest gas prices and the ability to easily search for addresses on Etherscan.

An Etherscan extension for your browser. Create customized gas price alerts on your desktop notifications. Easily search for Ethereum addresses with a simple highlight and right-click while browsing.

This is an initial Beta release!

Please share your feedback and suggestions for new features at https://forms.gle/CxSdaFNQK9476pVD7.

v1.0.1 - Beta release
v1.0.2 - Added option to specify API Key
v1.0.3 - Added gas fee badge, gas price alert, "Search in Etherscan" in context menu
v1.0.4 - Tabs permission is now optional

Learn more about our terms of service and privacy policy at https://etherscan.io/terms.                    

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

Tên Etherscan Etherscan
ID joeoaocmnapjmkhjndfflecmdaldkpbn
URL Chính Thức https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn
Mô tả Get the latest gas prices and the ability to easily search for addresses on Etherscan.
Kích Thước Tệp 336 KB
Số Lần Cài Đặt 30,000
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2023-05-23
Ngày Phát Hành 2022-10-11
Đánh Giá 4.35/5 Tổng số 20 Đánh Giá
Nhà Phát Triển Etherscan
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://etherscan.io
URL Trang Trợ Giúp https://etherscan.io/contactus
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etherscan",
    "description": "Get the latest gas prices and the ability to easily search for addresses on Etherscan.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "activeTab",
        "alarms",
        "storage",
        "contextMenus",
        "scripting",
        "notifications"
    ]
}