BTC Balance Checker

Get balance of your BTC in realtime

什麼是BTC Balance Checker?

BTC Balance Checker是由niumi.workshop開發的Chrome擴展程式,該擴展的主要功能是“Get balance of your BTC in realtime”。

擴展截圖

screenshot
screenshot
screenshot

下載BTC Balance Checker擴展crx文件

下載BTC Balance Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It's opensource and free for now, check the code : https://bitbucket.org/niumi/btc-balance-checker/src/remove_other_networks/

You have very much money in BTC market and want monitor your balance in real time?  BTC Balance Checker will check balance automatically.
You have to work hardly and no time to keep an eye on the market?  BTC Balance Checker will alert you when BTC price change frequently.

More coins will coming soon.                    

擴展基本資訊

名稱 BTC Balance Checker BTC Balance Checker
ID fegocfnkplaalojebcdadenpnmjmfbga
官方網址 https://chrome.google.com/webstore/detail/btc-balance-checker/fegocfnkplaalojebcdadenpnmjmfbga
簡介 Get balance of your BTC in realtime
檔案大小 120 KB
安裝次數 80
目前版本 1.0
更新時間 2019-06-28
上架時間 2019-06-28
開發者 niumi.workshop
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC Balance Checker",
    "short_name": "BTC Blance Checker",
    "description": "Get balance of your BTC in realtime",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.3.1.min.js",
            "bignumber.min.js",
            "numeral.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/*.blockchain.info\/",
        "https:\/\/api.coindesk.com\/",
        "notifications",
        "storage",
        "tabs",
        "alarms"
    ]
}