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.
Wat is Yahoo Finance Option Open Interest Extension?
Yahoo Finance Option Open Interest Extension is een Chrome-extensie ontwikkeld door Uzzy, en de belangrijkste functie is "An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.".
Extensie Screenshots
Download het CRX-bestand van de extensie Yahoo Finance Option Open Interest Extension
Download Yahoo Finance Option Open Interest Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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".
Basisinformatie over de Extensie
Naam | Yahoo Finance Option Open Interest Extension |
ID | bllohaoomcnadgimabnnjalbnkbjmaem |
Officiële URL | https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem |
Beschrijving | An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest. |
Bestandsgrootte | 73.24 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-04-03 |
Publicatiedatum | 2023-04-03 |
Ontwikkelaar | Uzzy |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |