BitRef

Check Bitcoin Address Balance Tool

BitRefとは何ですか?

BitRefはhttps://bitref.comによって開発されたChromeの拡張機能で、その主な機能は「Check Bitcoin Address Balance Tool」です。

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

screenshot

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

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BitRef BitRef
ID ilfkfnelpnipciclabnebcangnnlmjgn
公式URL https://chromewebstore.google.com/detail/bitref/ilfkfnelpnipciclabnebcangnnlmjgn
説明 Check Bitcoin Address Balance Tool
ファイルサイズ 11.15 KB
インストール数 288
現在のバージョン 1.0
最終更新日 2017-03-27
公開日 2017-03-27
評価 4.00/5 合計 3 レビュー
開発者 https://bitref.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bitref.com/
プライバシーポリシーページのURL https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
対応言語 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\/"
}