Stellar (XLM/BTC) Price Ticker
This extension shows latest price of Stellar (XLM) in BTC.
Stellar (XLM/BTC) Price Ticker là gì?
Stellar (XLM/BTC) Price Ticker là một tiện ích mở rộng Chrome được phát triển bởi Taha, và tính năng chính của nó là "This extension shows latest price of Stellar (XLM) in BTC.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Stellar (XLM/BTC) Price Ticker
Tải xuống các tệp mở rộng Stellar (XLM/BTC) Price Ticker 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
This is simple extension shows XLM/BTC price from bittrex exchange Extension Features: 1. XLM price in BTC 2. Notify you When Price +- 3. Control refresh time (1min by default)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mghiebgjnbpicmbonejbddifajpncamd |
URL Chính Thức | https://chrome.google.com/webstore/detail/stellar-xlmbtc-price-tick/mghiebgjnbpicmbonejbddifajpncamd |
Mô tả | This extension shows latest price of Stellar (XLM) in BTC. |
Kích Thước Tệp | 72.84 KB |
Số Lần Cài Đặt | 201 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2020-03-14 |
Ngày Phát Hành | 2020-03-14 |
Đánh Giá | 4.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Taha |
[email protected] | |
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": "Stellar (XLM\/BTC) Price Ticker", "description": "This extension shows latest price of Stellar (XLM) in BTC.", "version": "1.0.8", "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" } |