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은(는) arvitaly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

BTC monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}