BTC Ticker | Bitcoin Ticker
Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.
O que é BTC Ticker | Bitcoin Ticker?
BTC Ticker | Bitcoin Ticker é uma extensão do Chrome desenvolvida por Betonimig, e sua principal característica é "Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BTC Ticker | Bitcoin Ticker
Baixe arquivos de extensão BTC Ticker | Bitcoin Ticker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Bitcoin and Token exchange price ticker extension. Supported markets/exchanges: Binance, Bitfinex, Bittrex, CoinbasePro, Kraken and others ... Alerts for when the ticker price between last value exceeds some user defined threshold. Supported pairs: ETH/BTC, BTC/USD, BTC/EUR, BTC/GBP, BTC/JPY and lot of currencies.
Informações Básicas da Extensão
Nome | BTC Ticker | Bitcoin Ticker |
ID | gidpkdpdnngpfohekcfkfjbkieeihekj |
URL Oficial | https://chromewebstore.google.com/detail/btc-ticker-bitcoin-ticker/gidpkdpdnngpfohekcfkfjbkieeihekj |
Descrição | Bitcoin and Token exchange price ticker. Displays the current price on the badge icon, Chart and Alert notifications. |
Tamanho do Arquivo | 248 KB |
Contagem de Instalações | 4,000 |
Versão Atual | 1.4.0.1 |
Última Atualização | 2021-12-22 |
Data de Publicação | 2019-10-28 |
Classificação | 3.90/5 Total de 52 Avaliações |
Desenvolvedor | Betonimig |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "short_name": "BTC Ticker", "description": "__MSG_desc__", "default_locale": "en", "options_page": "options.html", "background": { "page": "bg.html" }, "browser_action": { "default_icon": "images\/icon-48.png", "default_popup": "popup.html", "default_title": "Click to update price now" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/d33t3vvu2t2yu5.cloudfront.net\/tv.js; object-src 'self';", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" }, "permissions": [ "notifications", "http:\/\/allcrypto.info\/*" ], "version": "1.4.0.1" } |