iframe in new tab

Open an iframe in a new tab

What is iframe in new tab?

iframe in new tab is a Chrome extension developed by seenigel.cws, and its main feature is "Open an iframe in a new tab".

Extension Screenshots

screenshot

Download iframe in new tab Extension CRX File

Download iframe in new tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name iframe in new tab iframe in new tab
ID lkegfiagmgdnamcfdokgeobfcffnjaci
Official URL https://chromewebstore.google.com/detail/iframe-in-new-tab/lkegfiagmgdnamcfdokgeobfcffnjaci
Description Open an iframe in a new tab
File Size 9.71 KB
Installation Count 380
Current Version 1.5
Last Updated 2022-07-01
Publish Date 2022-07-01
Developer seenigel.cws
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}