Verge (XVG) Price Ticker

This extension shows latest price ticker of popular Verge trading markets.

Co je Verge (XVG) Price Ticker?

Verge (XVG) Price Ticker je rozšíření Chrome vyvinuté Taha, a jeho hlavní funkcí je „This extension shows latest price ticker of popular Verge trading markets.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Verge (XVG) Price Ticker

Stáhněte si soubory rozšíření Verge (XVG) Price Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        VERGE is a secure, anonymous, and constantly evolving cryptocurrency... more at (vergecurrency.com) 

Extension Features:
1. Real time price (XVG/BTC)
2. Display Notifications

TipJar (XVG)
DAG1QFBH3wWZ1X9x8kRc4LGgb4HREtNLGS                    

Základní Informace o Rozšíření

Název Verge (XVG) Price Ticker Verge (XVG) Price Ticker
ID mpkabbjfoeaojminpoflladbkhinbmbb
Oficiální URL https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb
Popis This extension shows latest price ticker of popular Verge trading markets.
Velikost souboru 69.94 KB
Počet instalací 47
Aktuální Verze 1.0.7
Poslední Aktualizace 2017-12-19
Datum Vydání 2017-12-19
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář Taha
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Verge (XVG) Price Ticker",
    "description": "This extension shows latest price ticker of popular Verge trading markets.",
    "version": "1.0.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/ubq.png"
    },
    "permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "images\/ubq.png"
    ],
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html"
}