iframe Resizer

Resize iframes the easy way

iframe Resizerとは何ですか?

iframe ResizerはHaroun B.によって開発されたChromeの拡張機能で、その主な機能は「Resize iframes the easy way」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

iframe Resizer拡張機能のCRXファイルをダウンロード

iframe Resizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 iframe Resizer iframe Resizer
ID jdfdmgobnadbdnobioaegopmeooolljo
公式URL https://chromewebstore.google.com/detail/iframe-resizer/jdfdmgobnadbdnobioaegopmeooolljo
説明 Resize iframes the easy way
ファイルサイズ 25.07 KB
インストール数 90
現在のバージョン 1.0.3
最終更新日 2023-11-28
公開日 2022-04-05
評価 3.00/5 合計 2 レビュー
開発者 Haroun B.
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}