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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Open Frame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}