iframe Resizer

Resize iframes the easy way

Vad är iframe Resizer?

iframe Resizer är en Chrome-tillägg utvecklad av Haroun B., och dess huvudfunktion är "Resize iframes the easy way".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner iframe Resizer-förlängningens CRX-fil

Ladda ner iframe Resizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn iframe Resizer iframe Resizer
ID jdfdmgobnadbdnobioaegopmeooolljo
Officiell webbadress https://chromewebstore.google.com/detail/iframe-resizer/jdfdmgobnadbdnobioaegopmeooolljo
Beskrivning Resize iframes the easy way
Filstorlek 25.07 KB
Antal Installationer 90
Aktuell Version 1.0.3
Senast Uppdaterad 2023-11-28
Publiceringsdatum 2022-04-05
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Haroun B.
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}