BTC monitor

The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…

BTC monitorคืออะไร?

BTC monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arvitaly และคุณลักษณะหลักของมันคือ "The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC monitor

ดาวน์โหลดไฟล์ส่วนขยาย BTC monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). 
The extension allows to set sound notifications on the wanted rate of any currency! 
There are all current data about all currencies (buy, sell, volume) in the popup window.
The information is taken from exchanges (Wex.nz, Liqui, YoBit, Exmo) directly. 

Now if you hover the icon there is all currency pair info (buy,sell,volume).

The group about the extension in Telegram is https://t.me/joinchat/AyTkQw2EM-fW7ypi5M67MQ                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BTC monitor BTC monitor
ID cnjcmalikkjbabdbgkaofgpfjpffobjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/btc-monitor/cnjcmalikkjbabdbgkaofgpfjpffobjf
คำอธิบาย The extension allows you to watch currency rates on BTC-e exchange in real-time in any browser tab (as toolbar icon). The…
ขนาดไฟล์ 1.62 MB
จำนวนการติดตั้ง 183
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.04/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา arvitaly
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "version": "4.0.2",
    "browser_action": {
        "default_icon": "img\/icon_orange.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "icons": {
        "16": "img\/btc_icon.png",
        "48": "img\/btc_icon_48x48.png",
        "128": "img\/btc_icon.png"
    },
    "permissions": [
        "notifications",
        "https:\/\/wex.nz\/*",
        "https:\/\/yobit.net\/*",
        "https:\/\/exmo.com\/*",
        "https:\/\/kucoin.com\/*",
        "https:\/\/www.bitstamp.net\/*",
        "https:\/\/www.okcoin.com\/*"
    ]
}