Bitfinex Chart Viewer
This extension allows the user to extend chart from bitfinex on whole page
什么是Bitfinex Chart Viewer?
Bitfinex Chart Viewer是由NightWolf开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to extend chart from bitfinex on whole page”。
扩展截图
下载Bitfinex Chart Viewer扩展crx文件
下载Bitfinex Chart Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows to extend chart from bitfinex.com on whole page. Also it provides quick links to bitfinex markets.
扩展基本信息
名称 | Bitfinex Chart Viewer |
ID | ffcnbjnhjklahglkjffggfobjnnkkjio |
官方URL | https://chromewebstore.google.com/detail/bitfinex-chart-viewer/ffcnbjnhjklahglkjffggfobjnnkkjio |
简介 | This extension allows the user to extend chart from bitfinex on whole page |
文件大小 | 9.5 KB |
安装次数 | 87 |
当前版本 | 1.1 |
更新时间 | 2017-11-05 |
上架时间 | 2017-11-05 |
开发者 | NightWolf |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitfinex Chart Viewer", "description": "This extension allows the user to extend chart from bitfinex on whole page", "version": "1.1", "browser_action": { "default_icon": "resources\/icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "https:\/\/*.bitfinex.com\/" ] } |