CryptoTicker by Coinigy

Live Bitcoin & Altcoin Market Data in Chrome

CryptoTicker by Coinigy क्या है?

CryptoTicker by Coinigy Coinigy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Live Bitcoin & Altcoin Market Data in Chrome"।

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

screenshot

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

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

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

                        Live Bitcoin & Altcoin Ticker Updates and Mini Charts directly in your browser! Supporting more than 25 exchanges, and over 800 live bitcoin, altcoin and cryptocurrency markets. Currently, the markets displayed are the markets chosen as your 'Favorites' on Coinigy.

Note: This extension relies on the Coinigy.com API - You must have a Coinigy Account in order to activate the extension. You can register for a Free 30 Day Trial of Coinigy at https://www.coinigy.com

Once registered, you will need to add your API keys to CryptoTicker. A step-by-step guide can be found here: https://coinigy.freshdesk.com/support/solutions/articles/1000206500-where-do-i-find-my-coinigy-api-keys-

This project is open source, available at https://github.com/coinigy/cryptoticker
Coinigy API Documentation is available at https://github.com/coinigy/api                    

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

नाम CryptoTicker by Coinigy CryptoTicker by Coinigy
ID bgjmoeebomokfcfmopbappgncbhppmec
आधिकारिक URL https://chromewebstore.google.com/detail/cryptoticker-by-coinigy/bgjmoeebomokfcfmopbappgncbhppmec
विवरण Live Bitcoin & Altcoin Market Data in Chrome
फ़ाइल का आकार 191 KB
स्थापना संख्या 4,069
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2017-07-12
प्रकाशन तिथि 2017-07-12
रेटिंग 2.57/5 कुल 30 रेटिंग्स
डेवलपर Coinigy.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.coinigy.com
सहायता पृष्ठ URL https://coinigy.freshdesk.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoTicker by Coinigy",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Live Bitcoin & Altcoin Market Data in Chrome",
    "homepage_url": "https:\/\/www.coinigy.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CryptoTicker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}