Bitstamp Ticker

Realtime bitcoin prices from Bitstamp

Bitstamp Ticker क्या है?

Bitstamp Ticker Piotrek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime bitcoin prices from Bitstamp"।

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

screenshot

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

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

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

                        Bitstamp time ticker, showing bitcoin price in USD and EUR.

It uses bitstamp V2 web-sockets protocol for a real time price updates.

If you want to see the EUR price over the icon, just click on the value in the "Last" row of the popup window.                    

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

नाम Bitstamp Ticker Bitstamp Ticker
ID iloecoadcnbkhepoaacjnegdmhapiiek
आधिकारिक URL https://chromewebstore.google.com/detail/bitstamp-ticker/iloecoadcnbkhepoaacjnegdmhapiiek
विवरण Realtime bitcoin prices from Bitstamp
फ़ाइल का आकार 27.15 KB
स्थापना संख्या 98
वर्तमान संस्करण 2.8.0
अंतिम अपडेट 2023-02-17
प्रकाशन तिथि 2020-05-05
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Piotrek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bitstamp32.png",
        "default_popup": "popup.html"
    },
    "description": "Realtime bitcoin prices from Bitstamp",
    "icons": {
        "128": "bitstamp128.png"
    },
    "manifest_version": 2,
    "name": "Bitstamp Ticker",
    "permissions": [
        "https:\/\/www.bitstamp.net\/"
    ],
    "version": "2.8.0"
}