应用截图

BTC Ticker截图1

详细介绍

This extension displays the current btc price on the badge icon.

Displays the current Bitcoin price in your selected currency, pulled from your choice of a few exchanges. The price updates every 5 minutes.

Exchange choices:
-bitstamp
-coinbase
-coinbase pro
-kraken

Code here: https://github.com/nickbrooking/btc-ticker

If you like this, you can donate here:
BTC:
3Anxg3D5iSuYasWCKmfs7Dj7S2Eq5Vhbia

Release notes:

Update 1.5.4:
- Support BTC price > $100k!

Update 1.5.3:
- Revert text color change from white back to black. In a future update soon I will add the ability to select background and text color.

Update 1.5.2:
- Recover from idle state (sleep or hibernate)

Update 1.5.1:
- Fixed extension not automatically initializing on browser startup

Update 1.5.0:
- Switch to Manifest v3
- Removed inline jQuery
- Changed update interval to 29 seconds (down from 5 minutes, due to manifest v3 limitation)

Update 1.4.9: Fix broken badge background color

Update 1.4.8: Fix manifest permissions

Update 1.4.7: Fixed manifest file permissions and coinbase pro bug.

Update 1.4.6: Fixed coinbase since they changed their api. Removed btc-e and gdax, added coinbase pro.

Update 1.4.5: Added units to options, so you can display price in mBTC, uBTC, and sat.

Update 1.4.4: Corrected display from 1k to 10k properly. I guess I was in disbelief that it was actually 10k :)

Update 1.4.3: Fixed four digit numbers to still work how they used to.

Update 1.4.2: Added a precision option so you can adjust the display for what works for your machine.

Update 1.4.1: Added support for more than 4 characters, basically now if the number would go >9999 it converts to 1.0k (or 1.1k, 1.2k, etc.) This is about the best I can do given the limitations of the chrome extension api. Also added support for CAD on coinbase, and changed coinbase-exchange to gdax.

Update 1.4.0: Added two new exchanges (coinbase exchange and kraken) and also added the ability to switch currencies (USD and EUR).