BTC & ETH Tracker
Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
What is BTC & ETH Tracker?
BTC & ETH Tracker is a Chrome extension developed by Alex Cotelin, and its main feature is "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies".
Extension Screenshots
Download BTC & ETH Tracker Extension CRX File
Download BTC & ETH Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. No matter what website you are on you can quickly check the latest prices in multiple currencies: - BTC to USD, GBP, EUR, CNY, CAD - ETH to USD, BTC, GBP, CNY, EUR Developed by Alex Cotelin with CryptoCompare.com data and help.
Extension Basic Information
Name | |
ID | hfbdficidlklcdpekdcfcjbfpghbhgbp |
Official URL | https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp |
Description | Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies |
File Size | 601 KB |
Installation Count | 449 |
Current Version | 0.0.4 |
Last Updated | 2016-11-29 |
Publish Date | 2016-11-29 |
Rating | 5.00/5 Total 10 Ratings |
Developer | Alex Cotelin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC & ETH Tracker", "short_name": "BTC & ETH Tracker", "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies", "version": "0.0.4", "author": "Alex Cotelin", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "BTC & ETH Tracker", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "permissions": [ "activeTab" ] } |