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