Cryptocurrency Exchange Rate

Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)

Cryptocurrency Exchange Rate क्या है?

Cryptocurrency Exchange Rate joue.quroi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)"।

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

screenshot

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

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

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

                        This extension displays the current exchange rate of two cryptocurrencies (like BTC to USD) in the badge area that is updated once per 15 minutes or the time that is defined on the options page. The color of the toolbar button is green when the relative price goes up and is red when the relative price goes down.

Left-click is designed to open a destination trading website. Set a new website on the options page.

You can configure the automatic checking interval on the options page. The default value is 15 minutes.

Notes:
1. To update the current exchange rate, use the right-click context menu item over the toolbar button.

Features:
1. Both up and down colors are configurable
2. The number of decimal points for the exchange rate is configurable                    

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

नाम Cryptocurrency Exchange Rate Cryptocurrency Exchange Rate
ID ckpfjafddbekaklnboplgkcjebjjcpln
आधिकारिक URL https://chromewebstore.google.com/detail/cryptocurrency-exchange-r/ckpfjafddbekaklnboplgkcjebjjcpln
विवरण Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)
फ़ाइल का आकार 109 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-04-12
प्रकाशन तिथि 2017-12-26
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर joue.quroi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://add0n.com/exchange-rate.html
सहायता पृष्ठ URL http://add0n.com/exchange-rate.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "Cryptocurrency Exchange Rate",
    "description": "Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)",
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.cryptonator.com\/"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_title": "Loading..."
    },
    "homepage_url": "https:\/\/add0n.com\/exchange-rate.html",
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    }
}