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
官方網址 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
電子郵箱 [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"
        }
    ]
}