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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة iframe in new tab or window

قم بتنزيل ملفات الامتداد iframe in new tab or window بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    ]
}