iframe in new tab or window
Open an iframe in a new tab or window
iframe in new tab or windowคืออะไร?
iframe in new tab or window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Graeme Gellatly และคุณลักษณะหลักของมันคือ "Open an iframe in a new tab or window"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iframe in new tab or window
ดาวน์โหลดไฟล์ส่วนขยาย iframe in new tab or window ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | iframe in new tab or window |
ID | mcgmlddiffnkehjigmkifkebflbjigep |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep |
คำอธิบาย | Open an iframe in a new tab or window |
ขนาดไฟล์ | 30.77 KB |
จำนวนการติดตั้ง | 306 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2023-05-11 |
วันที่เผยแพร่ | 2023-05-11 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Graeme Gellatly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iframe in new tab or window", "version": "0.1", "manifest_version": 3, "description": "Open an iframe in a new tab or window", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "iframe in new tab or window" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |