Crypto Ticker

Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.

Crypto Ticker क्या है?

Crypto Ticker epubreader द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos."।

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

screenshot

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

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

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

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select between over 1,500 crypto and more than 30 fiat currencies. Prices are taken from coincap dot io and are updated every 60 seconds.

If the price is >= 10000, the price is displayed as K value as only 4 characters can be displayed. E.g. 10000 translates to 10.0. On mouse over the precise price is displayed.

Please contact cryptotickerext at gmail dot com for support.                    

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

नाम Crypto Ticker Crypto Ticker
ID lnlbponfieopeapilgijoffpadgnjgef
आधिकारिक URL https://chromewebstore.google.com/detail/crypto-ticker/lnlbponfieopeapilgijoffpadgnjgef
विवरण Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.
फ़ाइल का आकार 19.33 KB
स्थापना संख्या 1,627
वर्तमान संस्करण 1.0.18
अंतिम अपडेट 2021-01-08
प्रकाशन तिथि 2018-12-29
रेटिंग 3.63/5 कुल 8 रेटिंग्स
डेवलपर epubreader
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Ticker",
    "description": "Shows the current price of your favourite crypto currency in the browser toolbar. You can select between > 1,500 cryptos.",
    "icons": {
        "16": "skin\/ticker_16.png",
        "32": "skin\/ticker_32.png",
        "48": "skin\/ticker_48.png",
        "128": "skin\/ticker_128.png"
    },
    "version": "1.0.18",
    "author": "Crypton",
    "browser_action": {
        "default_icon": {
            "16": "skin\/ticker_16.png",
            "32": "skin\/ticker_32.png",
            "48": "skin\/ticker_48.png",
            "128": "skin\/ticker_128.png"
        },
        "default_title": "Crypto Ticker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/rate.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/api.coincap.io\/",
        "https:\/\/www.ecb.europa.eu\/",
        "storage"
    ]
}