Ether Sneak Peek

Instantly see the balance of an Ethereum address mentioned on any web page.

Ether Sneak Peekとは何ですか?

Ether Sneak Peekはhttps://www.squobble.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly see the balance of an Ethereum address mentioned on any web page.」です。

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

screenshot
screenshot
screenshot
screenshot

Ether Sneak Peek拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds a small icon to the right of each Ethereum address on every web site. Clicking it shows you the current balance of the address.

Data is pulled from etherscan.io (or from etherchain.org, if etherscan.io is down).

Source code: https://github.com/steven2358/EtherSneakPeek

Orange juice fund: 0x4757c6439D859986BFd3FCd82Bb9921e8B9Ddf13                    

拡張機能の基本情報

名前 Ether Sneak Peek Ether Sneak Peek
ID achbehnmipmphllfekbgjjdmhehbgoce
公式URL https://chromewebstore.google.com/detail/ether-sneak-peek/achbehnmipmphllfekbgjjdmhehbgoce
説明 Instantly see the balance of an Ethereum address mentioned on any web page.
ファイルサイズ 15.23 KB
インストール数 56
現在のバージョン 0.4
最終更新日 2017-07-25
公開日 2017-07-25
評価 3.00/5 合計 2 レビュー
開発者 https://www.squobble.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ether Sneak Peek",
    "version": "0.4",
    "description": "Instantly see the balance of an Ethereum address mentioned on any web page.",
    "permissions": [
        "https:\/\/etherscan.io\/",
        "https:\/\/etherchain.org\/"
    ],
    "web_accessible_resources": [
        "i\/ethersneakpeek_logo32.png"
    ],
    "icons": {
        "128": "i\/ethersneakpeek_logo128.png",
        "48": "i\/ethersneakpeek_logo48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}