Bitcoin Altcoin Ticker
Ticker, price graph, currency converter and price desktop notifications and more
Co je Bitcoin Altcoin Ticker?
Bitcoin Altcoin Ticker je rozšíření Chrome vyvinuté sergey.munich, a jeho hlavní funkcí je „Ticker, price graph, currency converter and price desktop notifications and more“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bitcoin Altcoin Ticker
Stáhněte si soubory rozšíření Bitcoin Altcoin 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í
Ticker for Bitcoin and other available cryptocurrencies. Show current rate on the icon for selected currency. In popup window current rate, 24h volume. Calculator. 3 alarms for rate less, over or change rate in %. Data from https://cryptowat.ch ♡ Help developing this extension BTC 3DJmiwtNPDpVM6VGfjb94X4PqTPSbXe3ab Changelog: 2.4.0.0 Some improvements 2.3.0.0 Add MFCoin from stocks.excange 2.2.0.1 Graphs 2.1.0.0 Calculator 2.0.0.0 Full rewrite 1.1.1.0 Fix for chrome restriction 4 "digits" 1.1.0.0 Move alarms level in the popup 1.0.1.0 Colour scheme switcher
Základní Informace o Rozšíření
Název | |
ID | lgkaalnoklbfbhcdpmamlnkonfiaiemi |
Oficiální URL | https://chrome.google.com/webstore/detail/bitcoin-altcoin-ticker/lgkaalnoklbfbhcdpmamlnkonfiaiemi |
Popis | Ticker, price graph, currency converter and price desktop notifications and more |
Velikost souboru | 510 KB |
Počet instalací | 461 |
Aktuální Verze | 2.4.0.1 |
Poslední Aktualizace | 2018-01-25 |
Datum Vydání | 2018-01-25 |
Hodnocení | 4.39/5 Celkem 18 Hodnocení |
Vývojář | sergey.munich |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Altcoin Ticker", "description": "Ticker, price graph, currency converter and price desktop notifications and more", "short_name": "Crypto Ticker", "version": "2.4.0.1", "manifest_version": 2, "icons": { "128": "128x128.png", "48": "128x128.png", "16": "38x38.png" }, "browser_action": { "default_title": "Bitcoin Altcoin Ticker", "default_icon": { "19": "19x19.png", "38": "38x38.png" }, "default_popup": "popup.html" }, "permissions": [ "notifications", "alarms", "storage", "http:\/\/*.bitcoincharts.com\/*", "https:\/\/bitcoinwisdom.com\/*", "https:\/\/*.cryptowat.ch\/*", "https:\/\/*.stocks.exchange\/*" ], "background": { "scripts": [ "src\/jquery-1.11.2.min.js", "eventPage.js", "popup.js" ], "persistent": true }, "web_accessible_resources": [ "scr\/*.*", "img\/*.*" ] } |