CoinTicker

A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.

CoinTicker क्या है?

CoinTicker quoid द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more."।

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

screenshot
screenshot
screenshot

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

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

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

                        CoinTicker is an open source, configurable, cryptocurrency price ticker. The extension features the ability to track over 1500 different crypto coins, from Bitcoin, Ethereum and Litecoin to the more obscure, like Garlicoin. It can reflect the price of a coin in 14 different currencies. The prices are updated every time you open the extension, so you can make sure you are getting the most up to date and accurate prices.

Prices can be reflected in the following fiat currencies: "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR".

You can also choose to show prices in BTC.

★ Free & Open source

★ Over 1500 different coins to track

★ Can show prices in 11 different fiat currencies and 3 different crypto currencies

Visit the extension repository to report issues/bugs, give feedback or to review the documentation. https://github.com/quoid/coin-ticker                    

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

नाम CoinTicker CoinTicker
ID heohpoipgmadpdmafmddijgdckhnhaml
आधिकारिक URL https://chromewebstore.google.com/detail/cointicker/heohpoipgmadpdmafmddijgdckhnhaml
विवरण A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.
फ़ाइल का आकार 496 KB
स्थापना संख्या 115
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2018-03-16
प्रकाशन तिथि 2018-03-16
रेटिंग 2.50/5 कुल 2 रेटिंग्स
डेवलपर quoid
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoinTicker",
    "version": "2.1.1",
    "description": "A configurable cryptocurrency ticker that includes price tracking for Bitcoin, Litecoin, Ethereum, and many more.",
    "author": "Justin Wasack",
    "homepage_url": "https:\/\/github.com\/quoid\/coin-ticker",
    "icons": {
        "256": "Icon.png"
    },
    "browser_action": {
        "default_icon": "Icon.png",
        "default_title": "Open CoinTicker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}