Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
What is Ethereum Price Ticker | ETH Price Ticker?
Ethereum Price Ticker | ETH Price Ticker is a Chrome extension developed by Root Consulting, Inc, and its main feature is "Displays the current Ethereum (ETH) price.".
Extension Screenshots
Download Ethereum Price Ticker | ETH Price Ticker Extension CRX File
Download Ethereum Price Ticker | ETH 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 extension fetches the current price for Ethereum from poloniex.com. It allows you to view the price USD - United States Dollars
Extension Basic Information
Name | Ethereum Price Ticker | ETH Price Ticker |
ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
Official URL | https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd |
Description | Displays the current Ethereum (ETH) price. |
File Size | 21.66 KB |
Installation Count | 1,369 |
Current Version | 3.0 |
Last Updated | 2022-08-21 |
Publish Date | 2017-12-16 |
Rating | 4.24/5 Total 17 Ratings |
Developer | Root Consulting, Inc |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ethereum Price Ticker | ETH Price Ticker", "description": "Displays the current Ethereum (ETH) price.", "version": "3.0", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "ETH Price Ticker", "default_icon": "icon.png" }, "permissions": [], "host_permissions": [ "https:\/\/poloniex.com\/*" ], "background": { "service_worker": "service-worker.js" } } |