Cryptocurrency Price Ticker
This Chrome extension that can check the price of Cryptocurrency.
Vad är Cryptocurrency Price Ticker?
Cryptocurrency Price Ticker är en Chrome-tillägg utvecklad av https://virtual-money.xyz, och dess huvudfunktion är "This Chrome extension that can check the price of Cryptocurrency.".
Tilläggsskärmbilder
Ladda ner Cryptocurrency Price Ticker-förlängningens CRX-fil
Ladda ner Cryptocurrency 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
Features:
- Check the Cryptocurrency Price.
- Using poloniex API.
- select the currency to display.
Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH Grundläggande Information om Tillägg
| Namn | |
| ID | ignpmignipmepahdookedpilckoeclob |
| Officiell webbadress | https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob |
| Beskrivning | This Chrome extension that can check the price of Cryptocurrency. |
| Filstorlek | 293 KB |
| Antal Installationer | 206 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2017-06-19 |
| Publiceringsdatum | 2017-06-19 |
| Betyg | 3.80/5 Totalt 5 Betyg |
| Utvecklare | https://virtual-money.xyz |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |