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