Etherscan

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

什麼是Etherscan?

Etherscan是由Etherscan開發的Chrome擴展程式,該擴展的主要功能是“Get the latest gas prices and the ability to easily search for addresses on Etherscan.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Etherscan擴展crx文件

下載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
官方網址 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"
    ]
}