Bitpay Ticker
Keep track of current bitcoin prices using Bitpay API
Co to jest Bitpay Ticker?
Bitpay Ticker to rozszerzenie Chrome opracowane przez jfreak53, a jego główną funkcją jest „Keep track of current bitcoin prices using Bitpay API”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bitpay Ticker
Pobierz pliki rozszerzeń Bitpay Ticker 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
This tiny Ticker is based off of the original MtGox ticker. This new Ticker uses the current exchange price at Bitpay to show USD current exchange rate.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ahobmphfbngpaabamkhikfleaaaalpcn |
Oficjalny URL | https://chrome.google.com/webstore/detail/bitpay-ticker/ahobmphfbngpaabamkhikfleaaaalpcn |
Opis | Keep track of current bitcoin prices using Bitpay API |
Rozmiar pliku | 38.87 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2015-03-12 |
Data Publikacji | 2015-03-12 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | jfreak53 |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": true, "page": "bg.html" }, "browser_action": { "default_icon": "bcicon.png", "default_title": "Bitpay Ticker", "default_popup": "popup.html" }, "description": "Keep track of current bitcoin prices using Bitpay API", "name": "Bitpay Ticker", "permissions": [ "https:\/\/bitpay.com\/*" ], "version": "0.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |