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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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