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)”。
擴展截圖
下載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 |
ID | ckpfjafddbekaklnboplgkcjebjjcpln |
官方網址 | 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" } } } |