BTC Markets Ticker
Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
什么是BTC Markets Ticker?
BTC Markets Ticker是由sudosammy开发的Chrome扩展程序,该扩展的主要功能是“Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.”。
扩展截图
下载BTC Markets Ticker扩展crx文件
下载BTC Markets Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into. If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.
扩展基本信息
名称 | BTC Markets Ticker |
ID | cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
官方URL | https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
简介 | Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration. |
文件大小 | 20.94 KB |
安装次数 | 52 |
当前版本 | 0.10 |
更新时间 | 2021-02-14 |
上架时间 | 2020-01-25 |
评分 | 5.00/5 共6次评分 |
开发者 | sudosammy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/sudosammy/BTCMarkets-Ticker |
帮助页面URL | https://github.com/sudosammy/BTCMarkets-Ticker |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Markets Ticker", "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.", "version": "0.10", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/*.btcmarkets.net\/" ] } |