Bitcoin Price Tracker
Get instant bitcoin price!
What is Bitcoin Price Tracker?
Bitcoin Price Tracker is a Chrome extension developed by tohuem, and its main feature is "Get instant bitcoin price!".
Extension Screenshots
Download Bitcoin Price Tracker Extension CRX File
Download Bitcoin Price 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
A simple Bitcoin price tracker that allows you to see the latest Bitcoin price from CoinDesk and Gemini as well as the previous price that you last tracked in USD. Toggle the Gemini/CoinDesk button to see the prices between the two sites.
Extension Basic Information
Name | |
ID | mpgialbmpebikleajmfchkgjgjplnfjj |
Official URL | https://chrome.google.com/webstore/detail/bitcoin-price-tracker/mpgialbmpebikleajmfchkgjgjplnfjj |
Description | Get instant bitcoin price! |
File Size | 369 KB |
Installation Count | 26 |
Current Version | 1.1.5 |
Last Updated | 2017-08-28 |
Publish Date | 2017-08-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | tohuem |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price Tracker", "description": "Get instant bitcoin price!", "version": "1.1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/api.gemini.com\/v1\/pubticker\/btcusd", "http:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json" ] } |