BTC Markets Ticker

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

Qu'est-ce que BTC Markets Ticker ?

BTC Markets Ticker est une extension Chrome développée par sudosammy, et sa fonction principale est "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BTC Markets Ticker

Téléchargez les fichiers d'extension BTC Markets Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom BTC Markets Ticker BTC Markets Ticker
ID cmjogmdkjjbhhlcfhabajdbdafdmhmdi
URL Officiel https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi
Description Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Taille du Fichier 20.94 KB
Nombre d'Installations 52
Version Actuelle 0.10
Dernière Mise à Jour 2021-02-14
Date de Publication 2020-01-25
Évaluation 5.00/5 Total 6 Évaluations
Développeur sudosammy
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/sudosammy/BTCMarkets-Ticker
URL de la Page d'Aide https://github.com/sudosammy/BTCMarkets-Ticker
Langues Prises en Charge 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\/"
    ]
}