Bitcoin Address Lookup

Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.

什么是Bitcoin Address Lookup?

Bitcoin Address Lookup是由Eduard Karpa开发的Chrome扩展程序,该扩展的主要功能是“Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.”。

扩展截图

screenshot

下载Bitcoin Address Lookup扩展crx文件

下载Bitcoin Address Lookup扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click  or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.                    

扩展基本信息

名称 Bitcoin Address Lookup Bitcoin Address Lookup
ID lllihajjkapokmiogohflioedecpkedc
官方URL https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc
简介 Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
文件大小 291 KB
安装次数 171
当前版本 1.0.0.2
更新时间 2018-11-29
上架时间 2018-11-29
评分 4.50/5 共2次评分
开发者 Eduard Karpa
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Address Lookup",
    "version": "1.0.0.2",
    "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.",
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "64": "\/images\/icon64.png",
        "128": "\/images\/icon128.png"
    },
    "background": {
        "scripts": [
            "script\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "script\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contentSettings"
    ]
}