Bitcoin Alert

Extension let user set alert for Bitcoin when price is right!

Bitcoin Alert là gì?

Bitcoin Alert là một tiện ích mở rộng Chrome được phát triển bởi vbukhari, và tính năng chính của nó là "Extension let user set alert for Bitcoin when price is right!".

Ả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 Alert

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

                        Bitcoin Alert is extension for as it's name suggest to alert it's user with Bitcoin price. This extension shows the price, percent change in last 24hrs., and market cap of Bitcoin. 

It's very simple to use. User just need to turn on alert by clicking Set Aler and enter the price the user want to Buy/Sell Bitcoin and that's it. It will sent desktop notification when set price reached!

Updates!
v1.0.1 -> fixed background alert issue!                    

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

Tên Bitcoin Alert Bitcoin Alert
ID caegcjlajimgnjonpdmjkfemnhjpjkli
URL Chính Thức https://chrome.google.com/webstore/detail/bitcoin-alert/caegcjlajimgnjonpdmjkfemnhjpjkli
Mô tả Extension let user set alert for Bitcoin when price is right!
Kích Thước Tệp 187 KB
Số Lần Cài Đặt 327
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2018-01-04
Ngày Phát Hành 2018-01-04
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển vbukhari
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Alert",
    "short_name": "Bit Alert",
    "version": "1.0.1",
    "description": "Extension let user set alert for Bitcoin when price is right!",
    "icons": {
        "128": "img\/bitcoin_Icon128.png",
        "48": "img\/bitcoin_Icon48.png",
        "16": "img\/bitcoin_Icon16.png"
    },
    "browser_action": {
        "default_icon": "img\/bitcoin_Icon16.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications"
    ]
}