Yahoo Finance Option Open Interest Extension
An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.
Yahoo Finance Option Open Interest Extension là gì?
Yahoo Finance Option Open Interest Extension là một tiện ích mở rộng Chrome được phát triển bởi Uzzy, và tính năng chính của nó là "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yahoo Finance Option Open Interest Extension
Tải xuống các tệp mở rộng Yahoo Finance Option Open Interest Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It simply adds a new column titled "Open Interest Aggregate" to the Options straddle view to make it easier to see where the infliction point for call vs put is for the open interest. The domain is limited to "finance.yahoo.com".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Yahoo Finance Option Open Interest Extension |
ID | bllohaoomcnadgimabnnjalbnkbjmaem |
URL Chính Thức | https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem |
Mô tả | An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest. |
Kích Thước Tệp | 73.24 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2023-04-03 |
Nhà Phát Triển | Uzzy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Yahoo Finance Option Open Interest Extension", "version": "1.0.0", "description": "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.", "icons": { "128": "icon.png" }, "permissions": [], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/finance.yahoo.com\/quote\/*" ], "js": [ "content.js" ], "run_at": "document_idle" } ] } |