Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Wat is Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker is een Chrome-extensie ontwikkeld door https://virtual-money.xyz, en de belangrijkste functie is "This Chrome extension that can check the price of Cryptocurrency.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrency Price Ticker
Download Cryptocurrency Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Features:
- Check the Cryptocurrency Price.
- Using poloniex API.
- select the currency to display.
Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH Basisinformatie over de Extensie
| Naam | |
| ID | ignpmignipmepahdookedpilckoeclob |
| Officiële URL | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
| Beschrijving | This Chrome extension that can check the price of Cryptocurrency. |
| Bestandsgrootte | 293 KB |
| Aantal Installaties | 206 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2017-06-19 |
| Publicatiedatum | 2017-06-19 |
| Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | https://virtual-money.xyz |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cryptocurrency Price Ticker",
"version": "1.1.1",
"description": "This Chrome extension that can check the price of Cryptocurrency.",
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"options_page": "options.html",
"permissions": [
"storage",
"https:\/\/poloniex.com\/public*"
],
"icons": {
"128": "icon.png"
}
} | |