Bitcoin Cash (BCH) | Simple Ticker

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

Bitcoin Cash (BCH) | Simple Ticker क्या है?

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

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

screenshot
screenshot

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

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

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

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

This plugin displays the current Bitcoin Cash (BCH) 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                    

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

नाम Bitcoin Cash (BCH) | Simple Ticker Bitcoin Cash (BCH) | Simple Ticker
ID ioehgglofgnhnkeihkdpfeankodhmjmn
आधिकारिक URL https://chromewebstore.google.com/detail/bitcoin-cash-bch-simple-t/ioehgglofgnhnkeihkdpfeankodhmjmn
विवरण Displays quick information about the current price of Bitcoin Cash in your browser's toolbar.
फ़ाइल का आकार 135 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-17
प्रकाशन तिथि 2021-01-17
डेवलपर 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": "Bitcoin Cash (BCH) | Simple Ticker",
    "description": "Displays quick information about the current price of Bitcoin Cash in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Bitcoin Cash (BCH)",
        "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\/BCH\/Bitcoin+Cash",
        "contextMenus"
    ]
}