iframe Resizer

Resize iframes the easy way

iframe Resizerคืออะไร?

iframe Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Haroun B. และคุณลักษณะหลักของมันคือ "Resize iframes the easy way"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iframe Resizer

ดาวน์โหลดไฟล์ส่วนขยาย 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.
อีเมล [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"
    }
}