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 |
公式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 |
Eメール | [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" } } |