BitCoin Ticker
Follow BitCoin Exchange Rates in Real Time
What is BitCoin Ticker?
BitCoin Ticker is a Chrome extension developed by rodolphe.belouin, and its main feature is "Follow BitCoin Exchange Rates in Real Time".
Extension Screenshots
Download BitCoin Ticker Extension CRX File
Download BitCoin Ticker 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
In one click, get all exchange rates between BTC and your favorite currency!
Extension Basic Information
Name | BitCoin Ticker |
ID | haoblfnbdmffmmcejbieboncghfpnbgh |
Official URL | https://chromewebstore.google.com/detail/bitcoin-ticker/haoblfnbdmffmmcejbieboncghfpnbgh |
Description | Follow BitCoin Exchange Rates in Real Time |
File Size | 183 KB |
Installation Count | 10 |
Current Version | 0.1 |
Last Updated | 2013-04-10 |
Publish Date | 2013-04-10 |
Rating | 3.67/5 Total 3 Ratings |
Developer | rodolphe.belouin |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": "bitcoin.png", "default_popup": "bitcoin.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Follow BitCoin Exchange Rates in Real Time", "name": "BitCoin Ticker", "permissions": [ "http:\/\/blockchain.info\/ticker" ], "manifest_version": 2, "version": "0.1" } |