iframe in new tab

Open an iframe in a new tab

ما هو iframe in new tab؟

iframe in new tab هو إضافة Chrome تم تطويرها بواسطة seenigel.cws، والميزة الرئيسية لها هي "Open an iframe in a new tab".

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

screenshot

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

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

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

                        View iframe content in a larger window. Right click on any iframe to open it up in a new tab.                    

معلومات أساسية عن التمديد

الاسم iframe in new tab iframe in new tab
ID lkegfiagmgdnamcfdokgeobfcffnjaci
عنوان URL الرسمي https://chromewebstore.google.com/detail/iframe-in-new-tab/lkegfiagmgdnamcfdokgeobfcffnjaci
الوصف Open an iframe in a new tab
حجم الملف 9.71 KB
عدد التثبيتات 380
النسخة الحالية 1.5
آخر تحديث 2022-07-01
تاريخ النشر 2022-07-01
المطور seenigel.cws
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "iframe in new tab",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Open an iframe in a new tab",
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html",
        "default_title": "iframe in new tab"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ]
}