Etherscan

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

Etherscan क्या है?

Etherscan Etherscan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the latest gas prices and the ability to easily search for addresses on Etherscan."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Etherscan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}