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 |
官方網址 | 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\/" ] } |