Chartlinker

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

Co je Chartlinker?

Chartlinker je rozšíření Chrome vyvinuté dunhamtrd, a jeho hlavní funkcí je „Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Chartlinker

Stáhněte si soubory rozšíření Chartlinker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Chartlinker Chartlinker
ID akbhdhdpafookpmdmdbkbngahjbglckf
Oficiální URL https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf
Popis Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
Velikost souboru 24.14 KB
Počet instalací 174
Aktuální Verze 2
Poslední Aktualizace 2022-11-26
Datum Vydání 2022-04-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář dunhamtrd
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ko-fi.com/tdunham93801
Podporované Jazyky 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"
    }
}