Stratis (STRAT/BTC) Price Ticker
This extension shows latest price of STRAT/BTC for bittrex.
Vad är Stratis (STRAT/BTC) Price Ticker?
Stratis (STRAT/BTC) Price Ticker är en Chrome-tillägg utvecklad av Taha, och dess huvudfunktion är "This extension shows latest price of STRAT/BTC for bittrex.".
Tilläggsskärmbilder
Ladda ner Stratis (STRAT/BTC) Price Ticker-förlängningens CRX-fil
Ladda ner Stratis (STRAT/BTC) Price Ticker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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) Grundläggande Information om Tillägg
| Namn | |
| ID | cdopijddofmobcpbhmikjglcfmjijlka |
| Officiell webbadress | https://chromewebstore.google.com/detail/stratis-stratbtc-price-ti/cdopijddofmobcpbhmikjglcfmjijlka |
| Beskrivning | This extension shows latest price of STRAT/BTC for bittrex. |
| Filstorlek | 68.23 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2020-03-17 |
| Publiceringsdatum | 2020-03-17 |
| Betyg | 3.50/5 Totalt 4 Betyg |
| Utvecklare | Taha |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |