Iframe QuickLink - Open Iframe URLs in a New Tab

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

O que é Iframe QuickLink - Open Iframe URLs in a New Tab?

Iframe QuickLink - Open Iframe URLs in a New Tab é uma extensão do Chrome desenvolvida por https://maxgr.dev, e sua principal característica é "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Iframe QuickLink - Open Iframe URLs in a New Tab

Baixe arquivos de extensão Iframe QuickLink - Open Iframe URLs in a New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Tamanho do Arquivo 24.3 KB
Contagem de Instalações 66
Versão Atual 1.2
Última Atualização 2024-02-26
Data de Publicação 2023-08-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://maxgr.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}