Bitstamp Price Ticker
Quickly notified about Bitstamp price on toolbar in real time
Bitstamp Price Ticker란 무엇입니까?
Bitstamp Price Ticker은(는) blocktistic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly notified about Bitstamp price on toolbar in real time"입니다.
확장 프로그램 스크린샷
Bitstamp Price Ticker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly grab attention to your favorite trading pair so that you will never miss a chance when it's changing fast. Coin price is updated in real-time for selected currency pair. Donations are welcomed: - BTC: 16hDsVgy6VFW2aW8w9z2pogbq5XThToswF - ETH: 0x212799fbd9CD3e273E0CB6761b1708B284477e5E - LTC: LQtecz6SAbRzJXEfDpNLz8AzkhWKY4qQyv - BCH: 13mT5ubjZUKTviGXDSVHxRkrrxDFzzUFd4 Current supported pairs are: - BTC/USD - BTC/EUR - XRP/USD - XRP/EUR - XRP/BTC - LTC/USD - LTC/EUR - LTC/BTC - ETH/USD - ETH/EUR - ETH/BTC - BCH/USD - BCH/EUR - BCH/BTC
확장 프로그램 기본 정보
이름 | Bitstamp Price Ticker |
ID | jkekogmpjjmhajnmocggebnklcpdkmjn |
공식 URL | https://chromewebstore.google.com/detail/bitstamp-price-ticker/jkekogmpjjmhajnmocggebnklcpdkmjn |
설명 | Quickly notified about Bitstamp price on toolbar in real time |
파일 크기 | 1.27 MB |
설치 횟수 | 15 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2018-10-02 |
출시 날짜 | 2018-10-02 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | blocktistic.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitstamp Price Ticker", "short_name": "Bitstamp Price Ticker", "description": "Quickly notified about Bitstamp price on toolbar in real time", "background": { "page": "background.html" }, "browser_action": { "default_icon": "assets\/icon.png", "default_popup": "popup.html", "default_title": "Bitstamp Ticker" }, "icons": { "128": "assets\/icon.png" }, "web_accessible_resources": [ "assets\/icon.png" ], "content_scripts": [ { "js": [ "js\/jquery-2.0.3.min.js", "js\/pusher.min.js", "js\/store.min.js", "js\/semantic.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "manifest_version": 2, "options_page": "options.html", "permissions": [ "notifications", "storage", " |