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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
官方網址 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"
    }
}