Bitcoin SV (BSV) | Simple Ticker

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

Bitcoin SV (BSV) | Simple Ticker क्या है?

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

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

screenshot
screenshot

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

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

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

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

This plugin displays the current Bitcoin SV (BSV) 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 SV (BSV) | Simple Ticker Bitcoin SV (BSV) | Simple Ticker
ID joehndlkdibijeebedbhkjiiomcgnagn
आधिकारिक URL https://chromewebstore.google.com/detail/bitcoin-sv-bsv-simple-tic/joehndlkdibijeebedbhkjiiomcgnagn
विवरण Displays quick information about the current price of Bitcoin SV in your browser's toolbar.
फ़ाइल का आकार 249 KB
स्थापना संख्या 20
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2021-01-09
प्रकाशन तिथि 2021-01-09
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 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 SV (BSV) | Simple Ticker",
    "description": "Displays quick information about the current price of Bitcoin SV in your browser's toolbar.",
    "version": "1.0.1",
    "icons": {
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_title": "Bitcoin SV (BSV)",
        "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\/BCHSV\/Bitcoin+SV",
        "contextMenus"
    ]
}