BTC Markets Ticker

Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.

Wat is BTC Markets Ticker?

BTC Markets Ticker is een Chrome-extensie ontwikkeld door sudosammy, en de belangrijkste functie is "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BTC Markets Ticker

Download BTC Markets 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

                        Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into.

If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.                    

Basisinformatie over de Extensie

Naam BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Officiële URL https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Beschrijving Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Bestandsgrootte 20.94 KB
Aantal Installaties 52
Huidige Versie 0.10
Laatst Bijgewerkt 2021-02-14
Publicatiedatum 2020-01-25
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar sudosammy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/sudosammy/BTCMarkets-Ticker
Help Pagina-URL https://github.com/sudosammy/BTCMarkets-Ticker
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC Markets Ticker",
    "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.",
    "version": "0.10",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/*.btcmarkets.net\/"
    ]
}