Ethereum (ETH) | Simple Ticker

Displays quick information about the current price of Ethereum in your browser's toolbar.

Ethereum (ETH) | Simple Ticker क्या है?

Ethereum (ETH) | Simple Ticker txpetr.cz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays quick information about the current price of Ethereum in your browser's toolbar."।

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

screenshot
screenshot

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

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

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

                        Description
------------------

This plugin displays the current Ethereum (ETH) price in USD ($) from coinlib.io simply in your browser's toolbar so you can see it immediately.

Functions
----------------

- currency: USD
- price check every minute
- badge color according to the current (last 24h) exchange rate (red = down, green = up)
- popup window with statistics after clicking on the toolbar icon

History
-------------

v 1.0.1 (09.01.2021)

- blinking badge when extension rate changed
- click event on icon removed and replaced with data popup 
- detailed statistics in toolbar context menu

v 1.0.0 (07.01.2021)

- price check every minute
- badge color according to the current exchange rate
- clicking on the icon redirects to statistics
- currency: USD                    

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

नाम Ethereum (ETH) | Simple Ticker Ethereum (ETH) | Simple Ticker
ID pkgenfkfcfpimlfiijgnkmdmoggfeopl
आधिकारिक URL https://chromewebstore.google.com/detail/ethereum-eth-simple-ticke/pkgenfkfcfpimlfiijgnkmdmoggfeopl
विवरण Displays quick information about the current price of Ethereum in your browser's toolbar.
फ़ाइल का आकार 314 KB
स्थापना संख्या 56
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-11
प्रकाशन तिथि 2021-01-10
डेवलपर txpetr.cz
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.txpetr.cz/
सहायता पृष्ठ URL https://www.txpetr.cz/
गोपनीयता नीति पृष्ठ URL https://www.txpetr.cz/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ethereum (ETH) | Simple Ticker",
    "description": "Displays quick information about the current price of Ethereum in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Ethereum (ETH)",
        "default_icon": "icons\/19.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/coinlib.io\/coin\/ETH\/Ethereum",
        "contextMenus"
    ]
}