iframe in new tab or window

Open an iframe in a new tab or window

What is iframe in new tab or window?

iframe in new tab or window is a Chrome extension developed by Graeme Gellatly, and its main feature is "Open an iframe in a new tab or window".

Extension Screenshots

screenshot

Download iframe in new tab or window Extension CRX File

Download iframe in new tab or window 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

                        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.                    

Extension Basic Information

Name iframe in new tab or window iframe in new tab or window
ID mcgmlddiffnkehjigmkifkebflbjigep
Official URL https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep
Description Open an iframe in a new tab or window
File Size 30.77 KB
Installation Count 306
Current Version 0.1
Last Updated 2023-05-11
Publish Date 2023-05-11
Rating 4.00/5 Total 1 Ratings
Developer Graeme Gellatly
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 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"
    ]
}