Iframe QuickLink - Open Iframe URLs in a New Tab

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

Was ist Iframe QuickLink - Open Iframe URLs in a New Tab?

Iframe QuickLink - Open Iframe URLs in a New Tab ist eine Chrome-Erweiterung, die von https://maxgr.dev entwickelt wurde, und ihr Hauptmerkmal ist "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Erweiterungsscreenshots

screenshot
screenshot

Iframe QuickLink - Open Iframe URLs in a New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Iframe QuickLink - Open Iframe URLs in a New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
Offizielle URL https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Beschreibung Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Dateigröße 24.3 KB
Installationsanzahl 66
Aktuelle Version 1.2
Letztes Update 2024-02-26
Veröffentlichungsdatum 2023-08-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://maxgr.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}