Crypto Currency Addon

HTML Code
Code:
<select name=currency>
   <option name="bitcoin">BTC = $9000</option>
   <option name="ethereum">ETH = $900</option>
</select>

JS code is something that would be dependent on where and how you fetch the currency price data from .
 
Top Bottom