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によって開発されたChromeの拡張機能で、その主な機能は「Real-time exchange rate for multiple cryptocurrencies such as Bitcoin (BTC), Litecoin (LTC), DogeCoin (DOGE) and Ethereum (ETH)」です。

拡張機能のスクリーンショット

screenshot

Cryptocurrency Exchange Rate拡張機能のCRXファイルをダウンロード

Cryptocurrency Exchange Rate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}