Verge (XVG) Price Ticker

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

Co to jest Verge (XVG) Price Ticker?

Verge (XVG) Price Ticker to rozszerzenie Chrome opracowane przez Taha, a jego główną funkcją jest „This extension shows latest price ticker of popular Verge trading markets.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Verge (XVG) Price Ticker

Pobierz pliki rozszerzeń Verge (XVG) Price Ticker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Verge (XVG) Price Ticker Verge (XVG) Price Ticker
ID mpkabbjfoeaojminpoflladbkhinbmbb
Oficjalny URL https://chromewebstore.google.com/detail/verge-xvg-price-ticker/mpkabbjfoeaojminpoflladbkhinbmbb
Opis This extension shows latest price ticker of popular Verge trading markets.
Rozmiar pliku 69.94 KB
Liczba instalacji 47
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2017-12-19
Data Publikacji 2017-12-19
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Taha
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}