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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}