Kraken Ticker

Add a ticker with your kraken information balance.

Cos'è Kraken Ticker?

Kraken Ticker è un'estensione di Chrome sviluppata da https://tfeserver.fr, e la sua funzione principale è "Add a ticker with your kraken information balance.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Kraken Ticker

Scarica i file di estensione Kraken 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

                        Display a ticker with the crypto currencies current value, amount owned, and % variation for the last 24 hours.                    

Informazioni di Base sull'Estensione

Nome Kraken Ticker Kraken Ticker
ID mihjpkmcbbnjepkdcfblmebdgcceofde
URL Ufficiale https://chromewebstore.google.com/detail/kraken-ticker/mihjpkmcbbnjepkdcfblmebdgcceofde
Descrizione Add a ticker with your kraken information balance.
Dimensione del File 104 KB
Conteggio Installazioni 288
Versione Corrente 1.9
Ultimo Aggiornamento 2017-10-09
Data di Pubblicazione 2017-10-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://tfeserver.fr
Tipo di Pagamento free
Sito Web dell'Estensione http://tfeserver.be
URL della Pagina di Aiuto http://tfeserver.be
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kraken Ticker",
    "version": "1.9",
    "description": "Add a ticker with your kraken information balance.",
    "icons": {
        "48": "icons\/kraken_48.png",
        "96": "icons\/kraken_96.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/kraken_48.png",
            "96": "icons\/kraken_96.png"
        },
        "default_title": "Kraken ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "*:\/\/api.kraken.com\/*",
        "alarms"
    ]
}