Bitcoin Altcoin Ticker
Ticker, price graph, currency converter and price desktop notifications and more
Qu'est-ce que Bitcoin Altcoin Ticker ?
Bitcoin Altcoin Ticker est une extension Chrome développée par sergey.munich, et sa fonction principale est "Ticker, price graph, currency converter and price desktop notifications and more".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Altcoin Ticker
Téléchargez les fichiers d'extension Bitcoin Altcoin Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lgkaalnoklbfbhcdpmamlnkonfiaiemi |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-altcoin-ticker/lgkaalnoklbfbhcdpmamlnkonfiaiemi |
Description | Ticker, price graph, currency converter and price desktop notifications and more |
Taille du Fichier | 510 KB |
Nombre d'Installations | 461 |
Version Actuelle | 2.4.0.1 |
Dernière Mise à Jour | 2018-01-25 |
Date de Publication | 2018-01-25 |
Évaluation | 4.39/5 Total 18 Évaluations |
Développeur | sergey.munich |
Type de Paiement | free |
Langues Prises en Charge | 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\/*.*" ] } |