Bitcoin Price Ticker
Shows the latest prices and transactions from Bitstamp
What is Bitcoin Price Ticker?
Bitcoin Price Ticker is a Chrome extension developed by Nick Zelei, and its main feature is "Shows the latest prices and transactions from Bitstamp".
Extension Screenshots
Download Bitcoin Price Ticker Extension CRX File
Download Bitcoin Price 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
Quickly see the most relevant Bitcoin prices. Also shows the transactions from the past hour.
All data is pulled from www.bitstamp.net
Version 1.1.7 fix:
- Fixed min file include error
Version 1.1.6 changes:
- Set floating point to fixed decimal
Version 1.1.X changes:
- Updated styling to better center the main price
Version 1.1 changes:
- Substantial UI overhaul
- Now pulling in transactions from the last hour
- Other various pruning Extension Basic Information
| Name | |
| ID | hbojnodgdgldmojbedldhdchcjhheeka |
| Official URL | https://chromewebstore.google.com/detail/bitcoin-price-ticker/hbojnodgdgldmojbedldhdchcjhheeka |
| Description | Shows the latest prices and transactions from Bitstamp |
| File Size | 196 KB |
| Installation Count | 25 |
| Current Version | 1.1.7 |
| Last Updated | 2016-03-14 |
| Publish Date | 2016-03-13 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | Nick Zelei |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bitcoin Price Ticker",
"short_name": "Bitcoin Prices",
"description": "Shows the latest prices and transactions from Bitstamp",
"version": "1.1.7",
"browser_action": {
"default_title": "Bitcoin Price Ticker",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/www.bitstamp.net\/api\/ticker\/",
"https:\/\/www.bitstamp.net\/api\/transactions\/"
]
} | |