Iframe QuickLink - Open Iframe URLs in a New Tab

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

¿Qué es Iframe QuickLink - Open Iframe URLs in a New Tab?

Iframe QuickLink - Open Iframe URLs in a New Tab es una extensión de Chrome desarrollada por https://maxgr.dev, y su función principal es "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Iframe QuickLink - Open Iframe URLs in a New Tab

Descarga archivos de extensión Iframe QuickLink - Open Iframe URLs in a New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
URL Oficial https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Descripción Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Tamaño del Archivo 24.3 KB
Cantidad de Instalaciones 66
Versión Actual 1.2
Última Actualización 2024-02-26
Fecha de Publicación 2023-08-26
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://maxgr.dev
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}