Bitfinex Ticker
This extension shows latest price ticker of Bitfinex.
Co je Bitfinex Ticker?
Bitfinex Ticker je rozšíření Chrome vyvinuté daniaoren, a jeho hlavní funkcí je „This extension shows latest price ticker of Bitfinex.“.
Stáhnout soubor CRX rozšíření Bitfinex Ticker
Stáhněte si soubory rozšíření Bitfinex Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A handy extension that shows latest BTC, ETH, EOS price ticker from Bitfinex both in toolbar and pop-up menu. If you like this extension and would like to buy me a cup of coffee, please donate to the following address: - BTC 1Gn8iQ6QRqTBHnLSQoRux6VVQ7HukDAdMw - ETH 0x533D7cEBc7A2A49AC6b15aFC26D6fb4f8Aa75A02 You kindness may keep me updating XD
Základní Informace o Rozšíření
Název | |
ID | killapbnabbnkmpjpdcpngfphjkbldln |
Oficiální URL | https://chromewebstore.google.com/detail/bitfinex-ticker/killapbnabbnkmpjpdcpngfphjkbldln |
Popis | This extension shows latest price ticker of Bitfinex. |
Velikost souboru | 87.45 KB |
Počet instalací | 18 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2017-11-03 |
Datum Vydání | 2017-11-02 |
Vývojář | daniaoren |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitfinex Ticker", "description": "This extension shows latest price ticker of Bitfinex.", "version": "0.0.1", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/api.bitfinex.com\/", "activeTab", "storage" ] } |