Bitcoin Sneak Peek

Instantly see the balance of a Bitcoin address mentioned on any web page.

Bitcoin Sneak Peekとは何ですか?

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

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension adds a small icon to the right of each Bitcoin address on every web site. Clicking it shows you the current balance of the address and the total received coins.

Data is pulled from Blockchain.info (or from blockexplorer.com, if Blockchain is down).

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

Changelog: https://github.com/steven2358/BitcoinSneakPeek/commits/master

Orange juice fund: 1KLoepWkHVEMksdMCsu7nc5amfTvVb2qvk                    

拡張機能の基本情報

名前 Bitcoin Sneak Peek Bitcoin Sneak Peek
ID nmoioahfkdpfpjngcljhcphglbdppdmj
公式URL https://chromewebstore.google.com/detail/bitcoin-sneak-peek/nmoioahfkdpfpjngcljhcphglbdppdmj
説明 Instantly see the balance of a Bitcoin address mentioned on any web page.
ファイルサイズ 14.81 KB
インストール数 176
現在のバージョン 0.5
最終更新日 2017-12-14
公開日 2017-12-14
評価 4.50/5 合計 16 レビュー
開発者 https://www.squobble.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Sneak Peek",
    "version": "0.5",
    "description": "Instantly see the balance of a Bitcoin address mentioned on any web page.",
    "permissions": [
        "https:\/\/blockchain.info\/",
        "https:\/\/blockexplorer.com\/"
    ],
    "web_accessible_resources": [
        "i\/bitcoinsneakpeak32.png"
    ],
    "icons": {
        "128": "i\/logo128x128.png",
        "48": "i\/logo48x48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}