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文件

下载JT's Risk Range Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}