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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.
이메일 [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"
    }
}