CryptoWire

CryptoWire displays the current ticker price of any currency on GDAX

CryptoWire क्या है?

CryptoWire sachingoel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CryptoWire displays the current ticker price of any currency on GDAX"।

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

screenshot
screenshot

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

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

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

                        CryptoWire displays the current ticker price for any of the currencies offered by GDAX conveniently in your browser window!

Additionally, the background color changes based on the current GDAX price's difference from the Opening 24 hour price

If you like this extension, feel free to donate some BTC to me: 17xCi6517B1HzJywsdES1rbcseLMoSSven

Changelog
---------------

Version 1.8.2
- Fixed memory leak

Version 1.7.0
- Added support for Bitcoin Cash (BCH)

Version 1.6.0
- Bug fix for displaying incorrect currency value after returning to browser window

Version 1.5.0
- Allows users to choose which GDAX currency to display in extension: Bitcoin, Ethereum or Litecoin (BTC, ETH, LTC)                    

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

नाम CryptoWire CryptoWire
ID fidmapppafelhanbficlpelfebcdanfh
आधिकारिक URL https://chromewebstore.google.com/detail/cryptowire/fidmapppafelhanbficlpelfebcdanfh
विवरण CryptoWire displays the current ticker price of any currency on GDAX
फ़ाइल का आकार 9.23 KB
स्थापना संख्या 35
वर्तमान संस्करण 1.8.2
अंतिम अपडेट 2018-04-04
प्रकाशन तिथि 2018-04-04
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर sachingoel
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/sgoel/CryptoWire
सहायता पृष्ठ URL https://github.com/sgoel/CryptoWire
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CryptoWire",
    "description": "CryptoWire displays the current ticker price of any currency on GDAX",
    "version": "1.8.2",
    "icons": {
        "128": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "incognito": "spanning",
    "permissions": [
        "storage"
    ]
}