Iframe QuickLink - Open Iframe URLs in a New Tab

Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.

ما هو Iframe QuickLink - Open Iframe URLs in a New Tab؟

Iframe QuickLink - Open Iframe URLs in a New Tab هو إضافة Chrome تم تطويرها بواسطة https://maxgr.dev، والميزة الرئيسية لها هي "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Iframe QuickLink - Open Iframe URLs in a New Tab

قم بتنزيل ملفات الامتداد Iframe QuickLink - Open Iframe URLs in a New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        ✨ Effortless Navigation: Right-click on any iframe to open its URL in a new tab instantly.

🛠️ Developer's Toolbox: A valuable tool for developers to enhance workflow.

⏰ Time-Saving: Eliminates manual steps, making iframe inspection and interaction more efficient.

🌐 Streamlined Workflow: Simplifies the process of navigating and working with iframe elements in Chrome.                    

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

الاسم Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
عنوان URL الرسمي https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
الوصف Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
حجم الملف 24.3 KB
عدد التثبيتات 66
النسخة الحالية 1.2
آخر تحديث 2024-02-26
تاريخ النشر 2023-08-26
تقييم 5.00/5 مجموع تقييمات 2
المطور https://maxgr.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة de,en,fr,es,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "Iframe QuickLink",
    "description": "__MSG_description__",
    "version": "1.2",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "manifest_version": 3,
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "default_locale": "en"
}