Pivx (PIVX) Price Ticker

PIVX Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PIVX valued in Bitcoin and USD.

Was ist Pivx (PIVX) Price Ticker?

Pivx (PIVX) Price Ticker ist eine Chrome-Erweiterung, die von Taha entwickelt wurde, und ihr Hauptmerkmal ist "PIVX Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PIVX valued in Bitcoin and USD.".

Erweiterungsscreenshots

screenshot

Pivx (PIVX) Price Ticker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pivx (PIVX) 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

                        PIVX (pivx.org) is a privacy-focused, decentralized, open source cryptocurrency run by a global community run by creators, innovators, and technology enthusiasts.

Extension Features: 
1. PIVX price in USD and BTC
2. All PIVX price info from coinmarketcap (to shows just hover over on extension icon)
3. Price update every 1 minutes 
4. click on extension icon to open coinmarketcap pivx page                    

Grundlegende Informationen zur Erweiterung

Name Pivx (PIVX) Price Ticker Pivx (PIVX) Price Ticker
ID gebeffegbfijjjalhcjblplpomeocehk
Offizielle URL https://chromewebstore.google.com/detail/pivx-pivx-price-ticker/gebeffegbfijjjalhcjblplpomeocehk
Beschreibung PIVX Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PIVX valued in Bitcoin and USD.
Dateigröße 27.31 KB
Installationsanzahl 25
Aktuelle Version 1.1.5
Letztes Update 2018-12-05
Veröffentlichungsdatum 2018-12-04
Bewertung 5.00/5 Insgesamt 9 Bewertungen
Entwickler Taha
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "ticker.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "description": "PIVX Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PIVX valued in Bitcoin and USD.",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png"
    },
    "manifest_version": 2,
    "name": "Pivx (PIVX) Price Ticker",
    "short_name": "PIVX Price Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/"
    ]
}