Chartlinker
Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
Qu'est-ce que Chartlinker ?
Chartlinker est une extension Chrome développée par dunhamtrd, et sa fonction principale est "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chartlinker
Téléchargez les fichiers d'extension Chartlinker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Chartlinker |
ID | akbhdhdpafookpmdmdbkbngahjbglckf |
URL Officiel | https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf |
Description | Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'. |
Taille du Fichier | 24.14 KB |
Nombre d'Installations | 174 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2022-11-26 |
Date de Publication | 2022-04-17 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | dunhamtrd |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ko-fi.com/tdunham93801 |
Langues Prises en Charge | 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" } } |