iframe in new tab
Open an iframe in a new tab
什么是iframe in new tab?
iframe in new tab是由seenigel.cws开发的Chrome扩展程序,该扩展的主要功能是“Open an iframe in a new tab”。
扩展截图
下载iframe in new tab扩展crx文件
下载iframe in new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View iframe content in a larger window. Right click on any iframe to open it up in a new tab.
扩展基本信息
名称 | iframe in new tab |
ID | lkegfiagmgdnamcfdokgeobfcffnjaci |
官方URL | https://chromewebstore.google.com/detail/iframe-in-new-tab/lkegfiagmgdnamcfdokgeobfcffnjaci |
简介 | Open an iframe in a new tab |
文件大小 | 9.71 KB |
安装次数 | 380 |
当前版本 | 1.5 |
更新时间 | 2022-07-01 |
上架时间 | 2022-07-01 |
开发者 | seenigel.cws |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iframe in new tab", "version": "1.5", "manifest_version": 3, "description": "Open an iframe in a new tab", "action": { "default_icon": "icon-128.png", "default_popup": "popup.html", "default_title": "iframe in new tab" }, "icons": { "16": "icon-16.png", "48": "icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus" ] } |