Open Frame

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

Qu'est-ce que Open Frame ?

Open Frame est une extension Chrome développée par zboogs, et sa fonction principale est "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open Frame

Téléchargez les fichiers d'extension Open Frame au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
URL Officiel https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj
Description Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Taille du Fichier 11.22 KB
Nombre d'Installations 64,139
Version Actuelle 7
Dernière Mise à Jour 2014-05-11
Date de Publication 2014-05-11
Évaluation 4.07/5 Total 219 Évaluations
Développeur zboogs
Type de Paiement free
Langues Prises en Charge 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"
    }
}