Bitcoin Price

Display the current Bitcoin price in Chrome.

Co to jest Bitcoin Price?

Bitcoin Price to rozszerzenie Chrome opracowane przez http://edwardbowden.co.uk, a jego główną funkcją jest „Display the current Bitcoin price in Chrome.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Bitcoin Price

Pobierz pliki rozszerzeń Bitcoin Price 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

                        Shows the current BTC price at all times right in your browser.

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

Podstawowe informacje o rozszerzeniu

Nazwa Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
Oficjalny URL https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
Opis Display the current Bitcoin price in Chrome.
Rozmiar pliku 64.87 KB
Liczba instalacji 243
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2017-06-15
Data Publikacji 2017-06-15
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper http://edwardbowden.co.uk
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://edwardbowden.co.uk
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price",
    "short_name": "Clean Tab",
    "description": "Display the current Bitcoin price in Chrome.",
    "version": "0.2.0",
    "permissions": [
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "BTC Price",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}