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はUzzyによって開発されたChromeの拡張機能で、その主な機能は「An extension that plugs into Yahoo Finance Option Straddle pages to help view the weight ratio of call and put open interest.」です。

拡張機能のスクリーンショット

screenshot

Yahoo Finance Option Open Interest Extension拡張機能のCRXファイルをダウンロード

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 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
Eメール [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"
        }
    ]
}