JT's Risk Range Tracker

Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.

JT's Risk Range Tracker란 무엇입니까?

JT's Risk Range Tracker은(는) tang20에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site."입니다.

확장 프로그램 스크린샷

screenshot

JT's Risk Range Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Each time you visit the Risk Range page, it will remember that day's data.

It will use previously recorded data to provide a delta to the current trading day's data.

update v0.3 - when storage gets full it will now clear the storage                    

확장 프로그램 기본 정보

이름 JT's Risk Range Tracker JT's Risk Range Tracker
ID djcmimfnkjpkdpfocafigopbdhppnnfp
공식 URL https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp
설명 Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
파일 크기 55.26 KB
설치 횟수 230
현재 버전 0.3
최근 업데이트 2021-09-27
출시 날짜 2021-07-29
평점 5.00/5 총 4 개의 평점
개발자 tang20
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JT's Risk Range Tracker",
    "version": "0.3",
    "description": "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "images\/jtd16.png",
            "32": "images\/jtd32.png",
            "48": "images\/jtd48.png",
            "128": "images\/jtd128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.hedgeye.com\/*"
            ],
            "js": [
                "jquery3.6.min.js",
                "notify.min.js",
                "jtd.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/jtd16.png",
        "32": "images\/jtd32.png",
        "48": "images\/jtd48.png",
        "128": "images\/jtd128.png"
    }
}