Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
Hvad er Ethereum Price Ticker | ETH Price Ticker?
Ethereum Price Ticker | ETH Price Ticker er en Chrome-udvidelse udviklet af Root Consulting, Inc, og dens hovedfunktion er "Displays the current Ethereum (ETH) price.".
Udvidelsesskærmbilleder
Download Ethereum Price Ticker | ETH Price Ticker-udvidelses-CRX-fil
Download Ethereum Price Ticker | ETH Price Ticker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension fetches the current price for Ethereum from poloniex.com. It allows you to view the price USD - United States Dollars Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| Officiel URL | https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd |
| Beskrivelse | Displays the current Ethereum (ETH) price. |
| Filstørrelse | 21.66 KB |
| Antal Installationer | 1,369 |
| Nuværende Version | 3.0 |
| Senest Opdateret | 2022-08-21 |
| Udgivelsesdato | 2017-12-16 |
| Bedømmelse | 4.24/5 Samlet 17 Bedømmelser |
| Udvikler | Root Consulting, Inc |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |