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.”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | djcmimfnkjpkdpfocafigopbdhppnnfp |
官方網址 | 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" } } |