BitRef

Check Bitcoin Address Balance Tool

What is BitRef?

BitRef is a Chrome extension developed by https://bitref.com, and its main feature is "Check Bitcoin Address Balance Tool".

Extension Screenshots

screenshot

Download BitRef Extension CRX File

Download BitRef extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BitRef will help you view the current balance of any Bitcoin address. Just type: "btc [space or tab] bitcoin_address" in Chrome's address bar. This is the easiest and fastest way to check balance of any Bitcoin address.                    

Extension Basic Information

Name BitRef BitRef
ID ilfkfnelpnipciclabnebcangnnlmjgn
Official URL https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn
Description Check Bitcoin Address Balance Tool
File Size 11.15 KB
Installation Count 288
Current Version 1.0
Last Updated 2017-03-27
Publish Date 2017-03-27
Rating 4.00/5 Total 3 Ratings
Developer https://bitref.com
Email [email protected]
Payment Type free
Extension Website https://bitref.com/
Privacy Policy Page URL https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BitRef",
    "version": "1.0",
    "description": "Check Bitcoin Address Balance Tool",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "bitref.js"
        ]
    },
    "omnibox": {
        "keyword": "btc"
    },
    "permissions": [],
    "homepage_url": "https:\/\/bitref.com\/"
}