Open Frame

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

Vad är Open Frame?

Open Frame är en Chrome-tillägg utvecklad av zboogs, och dess huvudfunktion är "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".

Tilläggsskärmbilder

screenshot

Ladda ner Open Frame-förlängningens CRX-fil

Ladda ner Open Frame-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
Officiell webbadress https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj
Beskrivning Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Filstorlek 11.22 KB
Antal Installationer 64,139
Aktuell Version 7
Senast Uppdaterad 2014-05-11
Publiceringsdatum 2014-05-11
Betyg 4.07/5 Totalt 219 Betyg
Utvecklare zboogs
Betalningssätt free
Stödda Språk 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"
    }
}