Ethereum (ETH/USD) Price Ticker
This extension shows latest price of ETH in USD.
What is Ethereum (ETH/USD) Price Ticker?
Ethereum (ETH/USD) Price Ticker is a Chrome extension developed by Taha, and its main feature is "This extension shows latest price of ETH in USD.".
Extension Screenshots
Download Ethereum (ETH/USD) Price Ticker Extension CRX File
Download Ethereum (ETH/USD) 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
This is a simple extension shows ETH/USD price from Cryptocompare.com Extension Features: 1. ETH price in USD 2. Display Chart 3. Control refresh time (1 min by default)
Extension Basic Information
Name | Ethereum (ETH/USD) Price Ticker |
ID | dconegbmnkoeccohdkifggkgdhoaedgc |
Official URL | https://chromewebstore.google.com/detail/ethereum-ethusd-price-tic/dconegbmnkoeccohdkifggkgdhoaedgc |
Description | This extension shows latest price of ETH in USD. |
File Size | 221 KB |
Installation Count | 728 |
Current Version | 1.0.5 |
Last Updated | 2020-03-20 |
Publish Date | 2020-03-20 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Taha |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ethereum (ETH\/USD) Price Ticker", "description": "This extension shows latest price of ETH in USD.", "version": "1.0.5", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/min-api.cryptocompare.com\/" ] } |