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.
Co to jest Yahoo Finance Option Open Interest Extension?
Yahoo Finance Option Open Interest Extension to rozszerzenie Chrome opracowane przez Uzzy, a jego główną funkcją jest „An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yahoo Finance Option Open Interest Extension
Pobierz pliki rozszerzeń Yahoo Finance Option Open Interest Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Yahoo Finance Option Open Interest Extension |
ID | bllohaoomcnadgimabnnjalbnkbjmaem |
Oficjalny URL | https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem |
Opis | An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest. |
Rozmiar pliku | 73.24 KB |
Liczba instalacji | 34 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2023-04-03 |
Data Publikacji | 2023-04-03 |
Deweloper | Uzzy |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } ] } |