Live Cryptocurrency Toolbar

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

¿Qué es Live Cryptocurrency Toolbar?

Live Cryptocurrency Toolbar es una extensión de Chrome desarrollada por Katyi Gergo, y su función principal es "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Live Cryptocurrency Toolbar

Descarga archivos de extensión Live Cryptocurrency Toolbar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
URL Oficial https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
Descripción Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Tamaño del Archivo 47.37 KB
Cantidad de Instalaciones 32
Versión Actual 1.0
Última Actualización 2018-08-05
Fecha de Publicación 2018-08-05
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Katyi Gergo
Tipo de Pago free
Idiomas Soportados 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
}