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.
Hvad er Yahoo Finance Option Open Interest Extension?
Yahoo Finance Option Open Interest Extension er en Chrome-udvidelse udviklet af Uzzy, og dens hovedfunktion er "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.".
Udvidelsesskærmbilleder
Download Yahoo Finance Option Open Interest Extension-udvidelses-CRX-fil
Download Yahoo Finance Option Open Interest Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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".
Grundlæggende oplysninger om udvidelsen
Navn | Yahoo Finance Option Open Interest Extension |
ID | bllohaoomcnadgimabnnjalbnkbjmaem |
Officiel URL | https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem |
Beskrivelse | An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest. |
Filstørrelse | 73.24 KB |
Antal Installationer | 34 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2023-04-03 |
Udgivelsesdato | 2023-04-03 |
Udvikler | Uzzy |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |