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 là gì?

Iframe QuickLink - Open Iframe URLs in a New Tab là một tiện ích mở rộng Chrome được phát triển bởi https://maxgr.dev, và tính năng chính của nó là "Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Iframe QuickLink - Open Iframe URLs in a New Tab

Tải xuống các tệp mở rộng Iframe QuickLink - Open Iframe URLs in a New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Iframe QuickLink - Open Iframe URLs in a New Tab Iframe QuickLink - Open Iframe URLs in a New Tab
ID nfjhbjdckjldofelpokknfmbaaflfobm
URL Chính Thức https://chromewebstore.google.com/detail/iframe-quicklink-open-ifr/nfjhbjdckjldofelpokknfmbaaflfobm
Mô tả Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.
Kích Thước Tệp 24.3 KB
Số Lần Cài Đặt 66
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-08-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://maxgr.dev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}