Live Cryptocurrency Toolbar

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

Co to jest Live Cryptocurrency Toolbar?

Live Cryptocurrency Toolbar to rozszerzenie Chrome opracowane przez Katyi Gergo, a jego główną funkcją jest „Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Live Cryptocurrency Toolbar

Pobierz pliki rozszerzeń Live Cryptocurrency Toolbar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
Oficjalny URL https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
Opis Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
Rozmiar pliku 47.37 KB
Liczba instalacji 32
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-08-05
Data Publikacji 2018-08-05
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Katyi Gergo
Typ Płatności free
Obsługiwane Języki 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
}