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是由https://maxgr.dev開發的Chrome擴展程式,該擴展的主要功能是“Simplify development: Open iframe URLs in a new tab instantly with Iframe QuickLink.”。
擴展截圖
下載Iframe QuickLink - Open Iframe URLs in a New Tab擴展crx文件
下載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 |
ID | nfjhbjdckjldofelpokknfmbaaflfobm |
官方網址 | 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" } |