Bitcoin GO

Get live notifications for bitcoin value

Bitcoin GO là gì?

Bitcoin GO là một tiện ích mở rộng Chrome được phát triển bởi colkito, và tính năng chính của nó là "Get live notifications for bitcoin value".

Ả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 Bitcoin GO

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

                        Just shows the Bitstamp BTC (Bitcoin) price/rate.
It's fetched every 10 seconds or when the user clicks on the icon.

About badge background colours:
* black - price did not change from last fetch.
* green - price went up
* red - price went down

source code: https://github.com/colkito/BitcoinGO-extension


*** This is not an official plugin! ***

The author of this plugin has no affiliation with Bitstamp., nor is this plugin endorsed or supported in any shape or form by the Bitstamp.

More info about Bitstamp can be found from bitstamp.net                    

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

Tên Bitcoin GO Bitcoin GO
ID hjacdkfgnmaigbmeejkjacecoibojgdn
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-go/hjacdkfgnmaigbmeejkjacecoibojgdn
Mô tả Get live notifications for bitcoin value
Kích Thước Tệp 24.3 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-01-29
Ngày Phát Hành 2014-01-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển colkito
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin GO",
    "version": "0.0.3",
    "description": "Get live notifications for bitcoin value",
    "icons": {
        "16": "bitcoin-16.png",
        "48": "bitcoin-48.png",
        "128": "bitcoin-128.png"
    },
    "permissions": [
        "https:\/\/www.bitstamp.net\/api\/ticker\/",
        "notifications"
    ],
    "web_accessible_resources": [
        "bitcoin-128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitcoin-16.png"
    }
}