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 je Yahoo Finance Option Open Interest Extension?

Yahoo Finance Option Open Interest Extension je rozšíření Chrome vyvinuté Uzzy, a jeho hlavní funkcí je „An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Yahoo Finance Option Open Interest Extension

Stáhněte si soubory rozšíření Yahoo Finance Option Open Interest Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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".                    

Základní Informace o Rozšíření

Název Yahoo Finance Option Open Interest Extension Yahoo Finance Option Open Interest Extension
ID bllohaoomcnadgimabnnjalbnkbjmaem
Oficiální URL https://chromewebstore.google.com/detail/yahoo-finance-option-open/bllohaoomcnadgimabnnjalbnkbjmaem
Popis An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.
Velikost souboru 73.24 KB
Počet instalací 34
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-04-03
Datum Vydání 2023-04-03
Vývojář Uzzy
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}