Ethereum (ETH/USD) Price Ticker

This extension shows latest price of ETH in USD.

Ethereum (ETH/USD) Price Ticker क्या है?

Ethereum (ETH/USD) Price Ticker Taha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows latest price of ETH in USD."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ethereum (ETH/USD) Price Ticker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)                    

एक्सटेंशन की मूल जानकारी

नाम Ethereum (ETH/USD) Price Ticker Ethereum (ETH/USD) Price Ticker
ID dconegbmnkoeccohdkifggkgdhoaedgc
आधिकारिक URL https://chromewebstore.google.com/detail/ethereum-ethusd-price-tic/dconegbmnkoeccohdkifggkgdhoaedgc
विवरण This extension shows latest price of ETH in USD.
फ़ाइल का आकार 221 KB
स्थापना संख्या 728
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2020-03-20
प्रकाशन तिथि 2020-03-20
रेटिंग 4.75/5 कुल 4 रेटिंग्स
डेवलपर Taha
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/"
    ]
}