BTC Markets Ticker

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

Co je BTC Markets Ticker?

BTC Markets Ticker je rozšíření Chrome vyvinuté sudosammy, a jeho hlavní funkcí je „Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BTC Markets Ticker

Stáhněte si soubory rozšíření BTC Markets 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í

                        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.                    

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

Název BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Oficiální URL https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Popis Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Velikost souboru 20.94 KB
Počet instalací 52
Aktuální Verze 0.10
Poslední Aktualizace 2021-02-14
Datum Vydání 2020-01-25
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář sudosammy
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sudosammy/BTCMarkets-Ticker
URL Stránky Nápovědy https://github.com/sudosammy/BTCMarkets-Ticker
Podporované Jazyky 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\/"
    ]
}