DigiByte (DGB/BTC) Price Ticker

This extension shows latest price of DGB/BTC.

Wat is DigiByte (DGB/BTC) Price Ticker?

DigiByte (DGB/BTC) Price Ticker is een Chrome-extensie ontwikkeld door Taha, en de belangrijkste functie is "This extension shows latest price of DGB/BTC.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DigiByte (DGB/BTC) Price Ticker

Download DigiByte (DGB/BTC) Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension Features:
1. Real time price (DGB/BTC)
2. Display Notifications
3. Control refresh time (1min by default)                    

Basisinformatie over de Extensie

Naam DigiByte (DGB/BTC) Price Ticker DigiByte (DGB/BTC) Price Ticker
ID pnlnkemmjpcpgedkpiklccogajhfbiji
Officiële URL https://chromewebstore.google.com/detail/digibyte-dgbbtc-price-tic/pnlnkemmjpcpgedkpiklccogajhfbiji
Beschrijving This extension shows latest price of DGB/BTC.
Bestandsgrootte 74.97 KB
Aantal Installaties 39
Huidige Versie 1.0.9
Laatst Bijgewerkt 2020-03-12
Publicatiedatum 2020-03-11
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Taha
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/microtaha
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DigiByte (DGB\/BTC) Price Ticker",
    "description": "This extension shows latest price of DGB\/BTC.",
    "version": "1.0.9",
    "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"
}