Chartlinker

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

What is Chartlinker?

Chartlinker is a Chrome extension developed by dunhamtrd, and its main feature is "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.".

Extension Screenshots

screenshot
screenshot

Download Chartlinker Extension CRX File

Download Chartlinker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Chartlinker Chartlinker
ID akbhdhdpafookpmdmdbkbngahjbglckf
Official URL 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'.
File Size 24.14 KB
Installation Count 174
Current Version 2
Last Updated 2022-11-26
Publish Date 2022-04-17
Rating 5.00/5 Total 2 Ratings
Developer dunhamtrd
Email [email protected]
Payment Type free
Extension Website https://ko-fi.com/tdunham93801
Supported Languages 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"
    }
}