Chartlinker
Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
O que é Chartlinker?
Chartlinker é uma extensão do Chrome desenvolvida por dunhamtrd, e sua principal característica é "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chartlinker
Baixe arquivos de extensão Chartlinker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Chartlinker |
ID | akbhdhdpafookpmdmdbkbngahjbglckf |
URL Oficial | https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf |
Descrição | Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'. |
Tamanho do Arquivo | 24.14 KB |
Contagem de Instalações | 174 |
Versão Atual | 2 |
Última Atualização | 2022-11-26 |
Data de Publicação | 2022-04-17 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | dunhamtrd |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://ko-fi.com/tdunham93801 |
Idiomas Suportados | 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" } } |