Crypto Price Ticker
Watch price of cryptocurrencies in your toolbar
什么是Crypto Price Ticker?
Crypto Price Ticker是由Sergei L开发的Chrome扩展程序,该扩展的主要功能是“Watch price of cryptocurrencies in your toolbar”。
扩展截图
下载Crypto Price Ticker扩展crx文件
下载Crypto Price Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Supported tickers from Binance, Bitfinex, Coinbase and other exchanges. Setup your pairs in the options. Icons made by srip from www.flaticon.com
扩展基本信息
名称 | |
ID | fdoanglfpolkbiecojimldfagdgfonpn |
官方URL | https://chrome.google.com/webstore/detail/crypto-price-ticker/fdoanglfpolkbiecojimldfagdgfonpn |
简介 | Watch price of cryptocurrencies in your toolbar |
文件大小 | 21.58 KB |
安装次数 | 823 |
当前版本 | 1.1.7 |
更新时间 | 2021-06-21 |
上架时间 | 2020-08-29 |
评分 | 4.91/5 共23次评分 |
开发者 | Sergei L |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crypto Price Ticker", "description": "Watch price of cryptocurrencies in your toolbar", "version": "1.1.7", "author": "srglbnv", "icons": { "128": "icon_128.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "manifest_version": 2, "permissions": [ "storage" ] } |