Stratis (STRAT/BTC) Price Ticker

This extension shows latest price of STRAT/BTC for bittrex.

Stratis (STRAT/BTC) Price Ticker란 무엇입니까?

Stratis (STRAT/BTC) Price Ticker은(는) Taha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows latest price of STRAT/BTC for bittrex."입니다.

확장 프로그램 스크린샷

screenshot

Stratis (STRAT/BTC) Price Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is simple extension shows STRAT/BTC price from bittrex exchange

Extension Features: 
1. STRAT price in BTC
2. Notify you When Price +-
3. Control refresh time (1-min by default)                    

확장 프로그램 기본 정보

이름 Stratis (STRAT/BTC) Price Ticker Stratis (STRAT/BTC) Price Ticker
ID cdopijddofmobcpbhmikjglcfmjijlka
공식 URL https://chromewebstore.google.com/detail/stratis-stratbtc-price-ti/cdopijddofmobcpbhmikjglcfmjijlka
설명 This extension shows latest price of STRAT/BTC for bittrex.
파일 크기 68.23 KB
설치 횟수 25
현재 버전 1.0.5
최근 업데이트 2020-03-17
출시 날짜 2020-03-17
평점 3.50/5 총 4 개의 평점
개발자 Taha
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stratis (STRAT\/BTC) Price Ticker",
    "description": "This extension shows latest price of STRAT\/BTC for bittrex.",
    "version": "1.0.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/ubq.png"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/ubq.png"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html"
}