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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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