Iframe QuickLink - Open Iframe URLs in a New Tab

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

Hvad er Iframe QuickLink - Open Iframe URLs in a New Tab?

Iframe QuickLink - Open Iframe URLs in a New Tab er en Chrome-udvidelse udviklet af https://maxgr.dev, og dens hovedfunktion er "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Iframe QuickLink - Open Iframe URLs in a New Tab-udvidelses-CRX-fil

Download Iframe QuickLink - Open Iframe URLs in a New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        ✨ 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.                    

Grundlæggende oplysninger om udvidelsen

Navn Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
Officiel URL https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Beskrivelse Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Filstørrelse 24.3 KB
Antal Installationer 66
Nuværende Version 1.2
Senest Opdateret 2024-02-26
Udgivelsesdato 2023-08-26
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://maxgr.dev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}