Chartlink Dashboard to CSV
Extract stock symbols as CSV output and load it into TradingView
什么是Chartlink Dashboard to CSV?
Chartlink Dashboard to CSV是由Vimal Krishna开发的Chrome扩展程序,该扩展的主要功能是“Extract stock symbols as CSV output and load it into TradingView”。
扩展截图
下载Chartlink Dashboard to CSV扩展crx文件
下载Chartlink Dashboard to CSV扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extract the symbols from the Chartlink dashboard as CSV text and load it into TradingView for further analysis. In a single click, you can get the CSV text for every table displayed on the dashboard.
扩展基本信息
名称 | Chartlink Dashboard to CSV |
ID | mgdcgklkeoniadkkohlfbjnddpapiinl |
官方URL | https://chromewebstore.google.com/detail/chartlink-dashboard-to-cs/mgdcgklkeoniadkkohlfbjnddpapiinl |
简介 | Extract stock symbols as CSV output and load it into TradingView |
文件大小 | 16.64 KB |
安装次数 | 43 |
当前版本 | 1.0 |
更新时间 | 2022-11-09 |
上架时间 | 2022-11-08 |
开发者 | Vimal Krishna |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vimal-krishna.github.io/ |
帮助页面URL | https://vimal-krishna.github.io/contact/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chartlink Dashboard to CSV", "description": "Extract stock symbols as CSV output and load it into TradingView", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16_x_16.png", "32": "\/images\/icon-32_x_32.png", "48": "\/images\/icon-48_x_48.png", "128": "\/images\/icon-128_x_128.png" } }, "icons": { "16": "\/images\/icon-16_x_16.png", "32": "\/images\/icon-32_x_32.png", "48": "\/images\/icon-48_x_48.png", "128": "\/images\/icon-128_x_128.png" } } |