Etherscan Evolved

An extension that adds useful features to Etherscan for traders. By @0xAgony

Etherscan Evolvedとは何ですか?

Etherscan Evolvedは0xAgonyによって開発されたChromeの拡張機能で、その主な機能は「An extension that adds useful features to Etherscan for traders. By @0xAgony」です。

拡張機能のスクリーンショット

screenshot

Etherscan Evolved拡張機能のCRXファイルをダウンロード

Etherscan Evolved拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension expands the functionality of etherscan.io, adding new useful features to it that enhance the experience for traders and enthusiasts alike.                    

拡張機能の基本情報

名前 Etherscan Evolved Etherscan Evolved
ID egiklachkoljikeplnbkfohioffnciik
公式URL https://chromewebstore.google.com/detail/etherscan-evolved/egiklachkoljikeplnbkfohioffnciik
説明 An extension that adds useful features to Etherscan for traders. By @0xAgony
ファイルサイズ 124 KB
インストール数 44
現在のバージョン 1.0.1
最終更新日 2023-10-20
公開日 2023-08-07
開発者 0xAgony
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://agony.dev
ヘルプページのURL https://x.com/0xAgony
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Etherscan Evolved",
    "description": "An extension that adds useful features to Etherscan for traders. By @0xAgony",
    "version": "1.0.1",
    "author": "0xAgony",
    "icons": {
        "48": "images\/favicon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/utils.js",
                "scripts\/tokenButtons.js"
            ],
            "css": [
                "css\/token.css"
            ],
            "matches": [
                "https:\/\/etherscan.io\/token\/*"
            ]
        }
    ]
}