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คืออะไร?
Yahoo Finance Option Open Interest Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Uzzy และคุณลักษณะหลักของมันคือ "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yahoo Finance Option Open Interest Extension
ดาวน์โหลดไฟล์ส่วนขยาย Yahoo Finance Option Open Interest Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Yahoo Finance Option Open Interest Extension |
ID | bllohaoomcnadgimabnnjalbnkbjmaem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem |
คำอธิบาย | An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest. |
ขนาดไฟล์ | 73.24 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-04-03 |
วันที่เผยแพร่ | 2023-04-03 |
ผู้พัฒนา | Uzzy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |