iframe in new tab or window

Open an iframe in a new tab or window

iframe in new tab or windowとは何ですか?

iframe in new tab or windowはGraeme Gellatlyによって開発されたChromeの拡張機能で、その主な機能は「Open an iframe in a new tab or window」です。

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

screenshot

iframe in new tab or window拡張機能のCRXファイルをダウンロード

iframe in new tab or window拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window.                    

拡張機能の基本情報

名前 iframe in new tab or window iframe in new tab or window
ID mcgmlddiffnkehjigmkifkebflbjigep
公式URL https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep
説明 Open an iframe in a new tab or window
ファイルサイズ 30.77 KB
インストール数 306
現在のバージョン 0.1
最終更新日 2023-05-11
公開日 2023-05-11
評価 4.00/5 合計 1 レビュー
開発者 Graeme Gellatly
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iframe in new tab or window",
    "version": "0.1",
    "manifest_version": 3,
    "description": "Open an iframe in a new tab or window",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html",
        "default_title": "iframe in new tab or window"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}