Open Frame
Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
什么是Open Frame?
Open Frame是由zboogs开发的Chrome扩展程序,该扩展的主要功能是“Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.”。
扩展截图
下载Open Frame扩展crx文件
下载Open Frame扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome recently removed the "Open frame in new tab", and related context menu items. This extension adds them back. It allows you to open a frame or iframe from any webpage in a new tab, new window, or new incognito window. Or you can copy the URL to the clipboard for later use. Version 7 removes the need to have access to the URLs you visit, since the tabs extension API has been updated such that it is no longer required. Yay. It also fixes the bug where "open in this tab" did not work.
扩展基本信息
名称 | |
ID | kdhjgkkaacdhdioocfbpmhjidbinfajj |
官方URL | https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj |
简介 | Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window. |
文件大小 | 11.22 KB |
安装次数 | 64,139 |
当前版本 | 7 |
更新时间 | 2014-05-11 |
上架时间 | 2014-05-11 |
评分 | 4.07/5 共219次评分 |
开发者 | zboogs |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Frame", "manifest_version": 2, "description": "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.", "version": "7", "permissions": [ "clipboardWrite", "contextMenus" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |