Bitcoin Altcoin Ticker
Ticker, price graph, currency converter and price desktop notifications and more
Wat is Bitcoin Altcoin Ticker?
Bitcoin Altcoin Ticker is een Chrome-extensie ontwikkeld door sergey.munich, en de belangrijkste functie is "Ticker, price graph, currency converter and price desktop notifications and more".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin Altcoin Ticker
Download Bitcoin Altcoin Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | lgkaalnoklbfbhcdpmamlnkonfiaiemi |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-altcoin-ticker/lgkaalnoklbfbhcdpmamlnkonfiaiemi |
Beschrijving | Ticker, price graph, currency converter and price desktop notifications and more |
Bestandsgrootte | 510 KB |
Aantal Installaties | 461 |
Huidige Versie | 2.4.0.1 |
Laatst Bijgewerkt | 2018-01-25 |
Publicatiedatum | 2018-01-25 |
Beoordeling | 4.39/5 Totaal 18 Beoordelingen |
Ontwikkelaar | sergey.munich |
Betalingswijze | free |
Ondersteunde Talen | 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\/*.*" ] } |