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によって開発されたChromeの拡張機能で、その主な機能は「Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.」です。

拡張機能のスクリーンショット

screenshot

Open Frame拡張機能のCRXファイルをダウンロード

Open Frame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}