Open Frame

Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.

Wat is Open Frame?

Open Frame is een Chrome-extensie ontwikkeld door zboogs, en de belangrijkste functie is "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open Frame

Download Open Frame-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
Officiële URL https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj
Beschrijving Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Bestandsgrootte 11.22 KB
Aantal Installaties 64,139
Huidige Versie 7
Laatst Bijgewerkt 2014-05-11
Publicatiedatum 2014-05-11
Beoordeling 4.07/5 Totaal 219 Beoordelingen
Ontwikkelaar zboogs
Betalingswijze free
Ondersteunde Talen 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"
    }
}