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'.”。
擴展截圖
下載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 |
ID | akbhdhdpafookpmdmdbkbngahjbglckf |
官方網址 | 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" } } |