BTC Markets Ticker

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

Cos'è BTC Markets Ticker?

BTC Markets Ticker è un'estensione di Chrome sviluppata da sudosammy, e la sua funzione principale è "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BTC Markets Ticker

Scarica i file di estensione BTC Markets Ticker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
URL Ufficiale https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Descrizione Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Dimensione del File 20.94 KB
Conteggio Installazioni 52
Versione Corrente 0.10
Ultimo Aggiornamento 2021-02-14
Data di Pubblicazione 2020-01-25
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore sudosammy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sudosammy/BTCMarkets-Ticker
URL della Pagina di Aiuto https://github.com/sudosammy/BTCMarkets-Ticker
Lingue Supportate 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\/"
    ]
}