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 là gì?

TP's Bitcoin Balance là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TP's Bitcoin Balance

Tải xuống các tệp mở rộng TP's Bitcoin Balance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TP's Bitcoin Balance TP's Bitcoin Balance
ID caopgikafahfcgbfaagibfelkoaehjjp
URL Chính Thức https://chromewebstore.google.com/detail/tps-bitcoin-balance/caopgikafahfcgbfaagibfelkoaehjjp
Mô tả Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…
Kích Thước Tệp 37.74 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-06-01
Ngày Phát Hành 2013-06-01
Đánh Giá 4.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/ThePiachu/TPs-Bitcoin-Balance
Ngôn Ngữ Được Hỗ Trợ 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
}