iframe in new tab or window
Open an iframe in a new tab or window
什麼是iframe in new tab or window?
iframe in new tab or window是由Graeme Gellatly開發的Chrome擴展程式,該擴展的主要功能是“Open an iframe in a new tab or window”。
擴展截圖
下載iframe in new tab or window擴展crx文件
下載iframe in new tab or window擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adds a context menu to iframes to enable them to be opened in either a popup window or tab. The window popup is designed for pdf's primarily and will pop offset right and narrower than a standard window. 擴展基本資訊
| 名稱 | |
| ID | mcgmlddiffnkehjigmkifkebflbjigep |
| 官方網址 | https://chromewebstore.google.com/detail/iframe-in-new-tab-or-wind/mcgmlddiffnkehjigmkifkebflbjigep |
| 簡介 | Open an iframe in a new tab or window |
| 檔案大小 | 30.77 KB |
| 安裝次數 | 306 |
| 目前版本 | 0.1 |
| 更新時間 | 2023-05-11 |
| 上架時間 | 2023-05-11 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | Graeme Gellatly |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "iframe in new tab or window",
"version": "0.1",
"manifest_version": 3,
"description": "Open an iframe in a new tab or window",
"action": {
"default_icon": "icon-128.png",
"default_popup": "popup.html",
"default_title": "iframe in new tab or window"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"64": "icon-64.png",
"128": "icon-128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"contextMenus"
]
} | |