Live Cryptocurrency Toolbar

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

Wat is Live Cryptocurrency Toolbar?

Live Cryptocurrency Toolbar is een Chrome-extensie ontwikkeld door Katyi Gergo, en de belangrijkste functie is "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Live Cryptocurrency Toolbar

Download Live Cryptocurrency Toolbar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
Officiële URL https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
Beschrijving Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Bestandsgrootte 47.37 KB
Aantal Installaties 32
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-05
Publicatiedatum 2018-08-05
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Katyi Gergo
Betalingswijze free
Ondersteunde Talen 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
}