Iframe QuickLink - Open Iframe URLs in a New Tab

Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.

What is Iframe QuickLink - Open Iframe URLs in a New Tab?

Iframe QuickLink - Open Iframe URLs in a New Tab is a Chrome extension developed by https://maxgr.dev, and its main feature is "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Extension Screenshots

screenshot
screenshot

Download Iframe QuickLink - Open Iframe URLs in a New Tab Extension CRX File

Download Iframe QuickLink - Open Iframe URLs in a 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

                        ✨ Effortless Navigation: Right-click on any iframe to open its URL in a new tab instantly.

🛠️ Developer's Toolbox: A valuable tool for developers to enhance workflow.

⏰ Time-Saving: Eliminates manual steps, making iframe inspection and interaction more efficient.

🌐 Streamlined Workflow: Simplifies the process of navigating and working with iframe elements in Chrome.                    

Extension Basic Information

Name Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
Official URL https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Description Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
File Size 24.3 KB
Installation Count 66
Current Version 1.2
Last Updated 2024-02-26
Publish Date 2023-08-26
Rating 5.00/5 Total 2 Ratings
Developer https://maxgr.dev
Email [email protected]
Payment Type free
Supported Languages de,en,fr,es,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Iframe QuickLink",
    "description": "__MSG_description__",
    "version": "1.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "default_locale": "en"
}