Etherscan

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

Etherscanคืออะไร?

Etherscan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Etherscan และคุณลักษณะหลักของมันคือ "Get the latest gas prices and the ability to easily search for addresses on Etherscan."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Etherscan

ดาวน์โหลดไฟล์ส่วนขยาย Etherscan ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Etherscan Etherscan
ID joeoaocmnapjmkhjndfflecmdaldkpbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etherscan/joeoaocmnapjmkhjndfflecmdaldkpbn
คำอธิบาย Get the latest gas prices and the ability to easily search for addresses on Etherscan.
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 30,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-05-23
วันที่เผยแพร่ 2022-10-11
คะแนน 4.35/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา Etherscan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://etherscan.io
URL หน้าช่วยเหลือ https://etherscan.io/contactus
ภาษาที่รองรับ 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"
    ]
}