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 là gì?

Open Frame là một tiện ích mở rộng Chrome được phát triển bởi zboogs, và tính năng chính của nó là "Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open Frame

Tải xuống các tệp mở rộng Open Frame dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open Frame Open Frame
ID kdhjgkkaacdhdioocfbpmhjidbinfajj
URL Chính Thức https://chrome.google.com/webstore/detail/open-frame/kdhjgkkaacdhdioocfbpmhjidbinfajj
Mô tả Adds context menu items to open a frame (or iframe) in the current tab, a new tab, new window, or incognito window.
Kích Thước Tệp 11.22 KB
Số Lần Cài Đặt 64,139
Phiên Bản Hiện Tại 7
Cập Nhật Lần Cuối 2014-05-11
Ngày Phát Hành 2014-05-11
Đánh Giá 4.07/5 Tổng số 219 Đánh Giá
Nhà Phát Triển zboogs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}