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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Taha และคุณลักษณะหลักของมันคือ "This extension shows latest price of STRAT/BTC for bittrex."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stratis (STRAT/BTC) Price Ticker
ดาวน์โหลดไฟล์ส่วนขยาย Stratis (STRAT/BTC) Price Ticker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
} | |