iframe Resizer

Resize iframes the easy way

O que é iframe Resizer?

iframe Resizer é uma extensão do Chrome desenvolvida por Haroun B., e sua principal característica é "Resize iframes the easy way".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão iframe Resizer

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

                        iframe Resizer is a simple browser extension which offers through its intuitive interface the ability to resize iframe elements embedded in a web page.
Simply select an iframe then use the popup's input fields to change its width and height. It is also possible to expand the iframe into full view.

The selected iframe will maintain its new size throughout the browsing session until it is discarded or until the tab is closed.                    

Informações Básicas da Extensão

Nome iframe Resizer iframe Resizer
ID jdfdmgobnadbdnobioaegopmeooolljo
URL Oficial https://chromewebstore.google.com/detail/iframe-resizer/jdfdmgobnadbdnobioaegopmeooolljo
Descrição Resize iframes the easy way
Tamanho do Arquivo 25.07 KB
Contagem de Instalações 90
Versão Atual 1.0.3
Última Atualização 2023-11-28
Data de Publicação 2022-04-05
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Haroun B.
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iframe Resizer",
    "description": "Resize iframes the easy way",
    "version": "1.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": ".\/icons\/iframe-resizer-16.png",
            "32": ".\/icons\/iframe-resizer-32.png",
            "48": ".\/icons\/iframe-resizer-48.png",
            "128": ".\/icons\/iframe-resizer-128.png"
        }
    },
    "icons": {
        "16": ".\/icons\/iframe-resizer-16.png",
        "32": ".\/icons\/iframe-resizer-32.png",
        "48": ".\/icons\/iframe-resizer-48.png",
        "128": ".\/icons\/iframe-resizer-128.png"
    }
}