Chartlinker

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

Wat is Chartlinker?

Chartlinker is een Chrome-extensie ontwikkeld door dunhamtrd, en de belangrijkste functie is "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chartlinker

Download Chartlinker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Chartlinker Chartlinker
ID akbhdhdpafookpmdmdbkbngahjbglckf
Officiële URL https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf
Beschrijving Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
Bestandsgrootte 24.14 KB
Aantal Installaties 174
Huidige Versie 2
Laatst Bijgewerkt 2022-11-26
Publicatiedatum 2022-04-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar dunhamtrd
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ko-fi.com/tdunham93801
Ondersteunde Talen 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"
    }
}