iframe in new tab

Open an iframe in a new tab

O que é iframe in new tab?

iframe in new tab é uma extensão do Chrome desenvolvida por seenigel.cws, e sua principal característica é "Open an iframe in a new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iframe in new tab

Baixe arquivos de extensão iframe in 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

                        View iframe content in a larger window. Right click on any iframe to open it up in a new tab.                    

Informações Básicas da Extensão

Nome iframe in new tab iframe in new tab
ID lkegfiagmgdnamcfdokgeobfcffnjaci
URL Oficial https://chromewebstore.google.com/detail/iframe-in-new-tab/lkegfiagmgdnamcfdokgeobfcffnjaci
Descrição Open an iframe in a new tab
Tamanho do Arquivo 9.71 KB
Contagem de Instalações 380
Versão Atual 1.5
Última Atualização 2022-07-01
Data de Publicação 2022-07-01
Desenvolvedor seenigel.cws
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iframe in new tab",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Open an iframe in a new tab",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html",
        "default_title": "iframe in new tab"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}