Bitcoin Price

Display the current Bitcoin price in Chrome.

Bitcoin Price là gì?

Bitcoin Price là một tiện ích mở rộng Chrome được phát triển bởi http://edwardbowden.co.uk, và tính năng chính của nó là "Display the current Bitcoin price in Chrome.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Bitcoin Price 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

                        Shows the current BTC price at all times right in your browser.

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

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

Tên Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
Mô tả Display the current Bitcoin price in Chrome.
Kích Thước Tệp 64.87 KB
Số Lần Cài Đặt 243
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2017-06-15
Ngày Phát Hành 2017-06-15
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://edwardbowden.co.uk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://edwardbowden.co.uk
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price",
    "short_name": "Clean Tab",
    "description": "Display the current Bitcoin price in Chrome.",
    "version": "0.2.0",
    "permissions": [
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "BTC Price",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}