Live Cryptocurrency Toolbar

Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.

Cos'è Live Cryptocurrency Toolbar?

Live Cryptocurrency Toolbar è un'estensione di Chrome sviluppata da Katyi Gergo, e la sua funzione principale è "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Cryptocurrency Toolbar

Scarica i file di estensione Live Cryptocurrency Toolbar 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

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.                    

Informazioni di Base sull'Estensione

Nome Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
URL Ufficiale https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
Descrizione Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Dimensione del File 47.37 KB
Conteggio Installazioni 32
Versione Corrente 1.0
Ultimo Aggiornamento 2018-08-05
Data di Pubblicazione 2018-08-05
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Katyi Gergo
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Cryptocurrency Toolbar",
    "version": "1.0",
    "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "loader.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "cryptoToolbar.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}