BTC & ETH Tracker
Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
什么是BTC & ETH Tracker?
BTC & ETH Tracker是由Alex Cotelin开发的Chrome扩展程序,该扩展的主要功能是“Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies”。
扩展截图
下载BTC & ETH Tracker扩展crx文件
下载BTC & ETH Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. No matter what website you are on you can quickly check the latest prices in multiple currencies: - BTC to USD, GBP, EUR, CNY, CAD - ETH to USD, BTC, GBP, CNY, EUR Developed by Alex Cotelin with CryptoCompare.com data and help.
扩展基本信息
名称 | |
ID | hfbdficidlklcdpekdcfcjbfpghbhgbp |
官方URL | https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp |
简介 | Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies |
文件大小 | 601 KB |
安装次数 | 449 |
当前版本 | 0.0.4 |
更新时间 | 2016-11-29 |
上架时间 | 2016-11-29 |
评分 | 5.00/5 共10次评分 |
开发者 | Alex Cotelin |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC & ETH Tracker", "short_name": "BTC & ETH Tracker", "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies", "version": "0.0.4", "author": "Alex Cotelin", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "BTC & ETH Tracker", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "permissions": [ "activeTab" ] } |