Open Frame

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

Cos'è Open Frame?

Open Frame è un'estensione di Chrome sviluppata da zboogs, e la sua funzione principale è "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open Frame

Scarica i file di estensione Open Frame in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
URL Ufficiale https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj
Descrizione Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Dimensione del File 11.22 KB
Conteggio Installazioni 64,139
Versione Corrente 7
Ultimo Aggiornamento 2014-05-11
Data di Pubblicazione 2014-05-11
Valutazione 4.07/5 Totale 219 Valutazioni
Sviluppatore zboogs
Tipo di Pagamento free
Lingue Supportate 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"
    }
}