Bitfinex Ticker

This extension shows latest price ticker of Bitfinex.

Qu'est-ce que Bitfinex Ticker ?

Bitfinex Ticker est une extension Chrome développée par daniaoren, et sa fonction principale est "This extension shows latest price ticker of Bitfinex.".

Télécharger le fichier CRX de l'extension Bitfinex Ticker

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

                        A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu.

If you like this extension and would like to buy me a cup of coffee, please donate to the following address:

- BTC
1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw

- ETH
0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02

You kindness may keep me updating XD                    

Informations de Base sur l'Extension

Nom Bitfinex Ticker Bitfinex Ticker
ID killapbnabbnkmpjpdcpngfphjkbldln
URL Officiel https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln
Description This extension shows latest price ticker of Bitfinex.
Taille du Fichier 87.45 KB
Nombre d'Installations 18
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-11-03
Date de Publication 2017-11-02
Développeur daniaoren
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitfinex Ticker",
    "description": "This extension shows latest price ticker of Bitfinex.",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "https:\/\/api.bitfinex.com\/",
        "activeTab",
        "storage"
    ]
}