Chartlinker

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

Chartlinker란 무엇입니까?

Chartlinker은(는) dunhamtrd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chartlinker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Chartlinker Chartlinker
ID akbhdhdpafookpmdmdbkbngahjbglckf
공식 URL https://chromewebstore.google.com/detail/chartlinker/akbhdhdpafookpmdmdbkbngahjbglckf
설명 Improve charting in trading view! Right click any image in finviz,twitter link,or highlighted text and click 'Open in TradingView'.
파일 크기 24.14 KB
설치 횟수 174
현재 버전 2
최근 업데이트 2022-11-26
출시 날짜 2022-04-17
평점 5.00/5 총 2 개의 평점
개발자 dunhamtrd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ko-fi.com/tdunham93801
지원되는 언어 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"
    }
}