iframe Resizer

Resize iframes the easy way

Wat is iframe Resizer?

iframe Resizer is een Chrome-extensie ontwikkeld door Haroun B., en de belangrijkste functie is "Resize iframes the easy way".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie iframe Resizer

Download iframe Resizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam iframe Resizer iframe Resizer
ID jdfdmgobnadbdnobioaegopmeooolljo
Officiële URL https://chromewebstore.google.com/detail/iframe-resizer/jdfdmgobnadbdnobioaegopmeooolljo
Beschrijving Resize iframes the easy way
Bestandsgrootte 25.07 KB
Aantal Installaties 90
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2022-04-05
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Haroun B.
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}