Chartlinker

Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.

什么是Chartlinker?

Chartlinker是由dunhamtrd开发的Chrome扩展程序,该扩展的主要功能是“Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.”。

扩展截图

screenshot
screenshot

下载Chartlinker扩展crx文件

下载Chartlinker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chartlink is a simple extension that saves you time while charting by adding a convenient right click menu item that will open any Finviz chart image, "$ABC" link in twitter, or highighted text in TradingView. 

If you enjoy this plugin you can buy me a cup of coffee at 

https://ko-fi.com/tdunham93801                    

扩展基本信息

名称 Chartlinker Chartlinker
ID akbhdhdpafookpmdmdbkbngahjbglckf
官方URL https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf
简介 Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
文件大小 24.14 KB
安装次数 174
当前版本 2
更新时间 2022-11-26
上架时间 2022-04-17
评分 5.00/5 共2次评分
开发者 dunhamtrd
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ko-fi.com/tdunham93801
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chartlinker",
    "description": "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.",
    "version": "2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "main.js"
    }
}