Crypto Price Ticker

Watch price of cryptocurrencies in your toolbar

Qu'est-ce que Crypto Price Ticker ?

Crypto Price Ticker est une extension Chrome développée par Sergei L, et sa fonction principale est "Watch price of cryptocurrencies in your toolbar".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Crypto Price Ticker

Téléchargez les fichiers d'extension Crypto Price 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

                        Supported tickers from Binance, Bitfinex, Coinbase and other exchanges.
Setup your pairs in the options.

Icons made by srip from www.flaticon.com                    

Informations de Base sur l'Extension

Nom Crypto Price Ticker Crypto Price Ticker
ID fdoanglfpolkbiecojimldfagdgfonpn
URL Officiel https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn
Description Watch price of cryptocurrencies in your toolbar
Taille du Fichier 21.58 KB
Nombre d'Installations 823
Version Actuelle 1.1.7
Dernière Mise à Jour 2021-06-21
Date de Publication 2020-08-29
Évaluation 4.91/5 Total 23 Évaluations
Développeur Sergei L
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Ticker",
    "description": "Watch price of cryptocurrencies in your toolbar",
    "version": "1.1.7",
    "author": "srglbnv",
    "icons": {
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "manifest_version": 2,
    "permissions": [
        "storage"
    ]
}