Pascal (PASC) Price Ticker

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

Was ist Pascal (PASC) Price Ticker?

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

Erweiterungsscreenshots

screenshot

Pascal (PASC) Price Ticker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pascal (PASC) 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

                        PascalCoin is an innovative cryptocurrency that extends the blockchain-paradigm

This is a simple extension shows PASC price and more info (To shows more info just hover over on extension icon).

Extension Features: 
1. Shows PASC price in USD
2. All Pascalcoin info from coinmarketcap (To shows just hover over on extension icon)
3. Price update every 1 minute                    

Grundlegende Informationen zur Erweiterung

Name Pascal (PASC) Price Ticker Pascal (PASC) Price Ticker
ID jiamgmnbifljpgjodhbohghhhlogiilf
Offizielle URL https://chromewebstore.google.com/detail/pascal-pasc-price-ticker/jiamgmnbifljpgjodhbohghhhlogiilf
Beschreibung PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.
Dateigröße 27.9 KB
Installationsanzahl 23
Aktuelle Version 1.1.1
Letztes Update 2019-10-16
Veröffentlichungsdatum 2019-10-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Taha
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pascal.to
Unterstützte Sprachen en
manifest.json
{
    "background": {
        "scripts": [
            "ticker.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon19.png"
    },
    "description": "PascalCoin (PASC) Price Ticker (price taken from 'coinmarketcap.com'). Extension shows PASC valued in Bitcoin and USD.",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png"
    },
    "manifest_version": 2,
    "name": "Pascal (PASC) Price Ticker",
    "short_name": "Pascal (PASC) Ticker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "permissions": [
        "https:\/\/api.coinmarketcap.com\/"
    ]
}