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
官方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"
    ]
}