Stellar (XLM/BTC) Price Ticker
This extension shows latest price of Stellar (XLM) in BTC.
Was ist Stellar (XLM/BTC) Price Ticker?
Stellar (XLM/BTC) Price Ticker ist eine Chrome-Erweiterung, die von Taha entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows latest price of Stellar (XLM) in BTC.".
Erweiterungsscreenshots
Stellar (XLM/BTC) Price Ticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stellar (XLM/BTC) Price Ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | |
ID | mghiebgjnbpicmbonejbddifajpncamd |
Offizielle URL | https://chrome.google.com/webstore/detail/stellar-xlmbtc-price-tick/mghiebgjnbpicmbonejbddifajpncamd |
Beschreibung | This extension shows latest price of Stellar (XLM) in BTC. |
Dateigröße | 72.84 KB |
Installationsanzahl | 201 |
Aktuelle Version | 1.0.8 |
Letztes Update | 2020-03-14 |
Veröffentlichungsdatum | 2020-03-14 |
Bewertung | 4.50/5 Insgesamt 10 Bewertungen |
Entwickler | Taha |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |