JT's Risk Range Tracker
Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.
What is JT's Risk Range Tracker?
JT's Risk Range Tracker is a Chrome extension developed by tang20, and its main feature is "Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site.".
Extension Screenshots
Download JT's Risk Range Tracker Extension CRX File
Download JT's Risk Range Tracker 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
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
Extension Basic Information
Name | |
ID | djcmimfnkjpkdpfocafigopbdhppnnfp |
Official URL | https://chrome.google.com/webstore/detail/jts-risk-range-tracker/djcmimfnkjpkdpfocafigopbdhppnnfp |
Description | Track Hedgeye Risk Range data, adding deltas to the Hedgeye web site. |
File Size | 55.26 KB |
Installation Count | 230 |
Current Version | 0.3 |
Last Updated | 2021-09-27 |
Publish Date | 2021-07-29 |
Rating | 5.00/5 Total 4 Ratings |
Developer | tang20 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |