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.
扩展基本信息
名称 | iframe in new tab or window |
ID | mcgmlddiffnkehjigmkifkebflbjigep |
官方URL | 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" ] } |