iframe in new tab

Open an iframe in a new tab

iframe in new tabとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        View iframe content in a larger window. Right click on any iframe to open it up in a new tab.                    

拡張機能の基本情報

名前 iframe in new tab iframe in new tab
ID lkegfiagmgdnamcfdokgeobfcffnjaci
公式URL https://chromewebstore.google.com/detail/iframe-in-new-tab/lkegfiagmgdnamcfdokgeobfcffnjaci
説明 Open an iframe in a new tab
ファイルサイズ 9.71 KB
インストール数 380
現在のバージョン 1.5
最終更新日 2022-07-01
公開日 2022-07-01
開発者 seenigel.cws
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iframe in new tab",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Open an iframe in a new tab",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html",
        "default_title": "iframe in new tab"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}