Ethereum Price Ticker | ETH Price Ticker
Displays the current Ethereum (ETH) price.
Ethereum Price Ticker | ETH Price Ticker क्या है?
Ethereum Price Ticker | ETH Price Ticker Root Consulting, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current Ethereum (ETH) price."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ethereum Price Ticker | ETH Price Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension fetches the current price for Ethereum from poloniex.com. It allows you to view the price USD - United States Dollars
एक्सटेंशन की मूल जानकारी
नाम | Ethereum Price Ticker | ETH Price Ticker |
ID | mbfcnfgpimdeehokhmhdhmpmkphdeamd |
आधिकारिक URL | https://chromewebstore.google.com/detail/ethereum-price-ticker-eth/mbfcnfgpimdeehokhmhdhmpmkphdeamd |
विवरण | Displays the current Ethereum (ETH) price. |
फ़ाइल का आकार | 21.66 KB |
स्थापना संख्या | 1,369 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2022-08-21 |
प्रकाशन तिथि | 2017-12-16 |
रेटिंग | 4.24/5 कुल 17 रेटिंग्स |
डेवलपर | Root Consulting, Inc |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |