TP's Bitcoin Balance

Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…

TP's Bitcoin Balanceとは何ですか?

TP's Bitcoin BalanceはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…」です。

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

screenshot

TP's Bitcoin Balance拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you!

This simple extension tracks the balance of your multiple addresses and even lets you see your most recent transactions. All that data is just a click away at all times.

All data displayed comes from blockchain.info, one of the most reliable Bitcoin websites.                    

拡張機能の基本情報

名前 TP's Bitcoin Balance TP's Bitcoin Balance
ID caopgikafahfcgbfaagibfelkoaehjjp
公式URL https://chromewebstore.google.com/detail/tps-bitcoin-balance/caopgikafahfcgbfaagibfelkoaehjjp
説明 Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…
ファイルサイズ 37.74 KB
インストール数 119
現在のバージョン 1.1
最終更新日 2013-06-01
公開日 2013-06-01
評価 4.29/5 合計 7 レビュー
開発者 Unknown
支払い方法 free
ヘルプページのURL https://github.com/ThePiachu/TPs-Bitcoin-Balance
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TP's Bitcoin Balance",
    "version": "1.1",
    "permissions": [
        "alarms",
        "https:\/\/blockchain.info\/"
    ],
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "TP's Bitcoin Balance"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}