Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

Hvad er Cryptocurrency Price Ticker?

Cryptocurrency Price Ticker er en Chrome-udvidelse udviklet af https://virtual-money.xyz, og dens hovedfunktion er "This Chrome extension that can check the price of Cryptocurrency.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Cryptocurrency Price Ticker-udvidelses-CRX-fil

Download Cryptocurrency Price Ticker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

Grundlæggende oplysninger om udvidelsen

Navn Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
Officiel URL https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
Beskrivelse This Chrome extension that can check the price of Cryptocurrency.
Filstørrelse 293 KB
Antal Installationer 206
Nuværende Version 1.1.1
Senest Opdateret 2017-06-19
Udgivelsesdato 2017-06-19
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler https://virtual-money.xyz
Betalingsmetode free
Understøttede Sprog 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"
    }
}