Open-as-Popup

Opens the current tab as a popup window.

Open-as-Popup là gì?

Open-as-Popup là một tiện ích mở rộng Chrome được phát triển bởi Thomas Mercurio, và tính năng chính của nó là "Opens the current tab as a popup window.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Open-as-Popup 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

                        This extension is very simple: it provides a button to open the current tab as a popup window. The tab will be closed, and a popup window - that is, a window without tabs or a URL bar - will be opened to the same address.                    

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

Tên Open-as-Popup Open-as-Popup
ID iabonpaolfcekbccbiginpdkhlcaeopd
URL Chính Thức https://chromewebstore.google.com/detail/open-as-popup/iabonpaolfcekbccbiginpdkhlcaeopd
Mô tả Opens the current tab as a popup window.
Kích Thước Tệp 6.89 KB
Số Lần Cài Đặt 4,977
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-12-26
Ngày Phát Hành 2015-12-26
Đánh Giá 4.80/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Thomas Mercurio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open-as-Popup",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Open the current tab as a popup window."
    },
    "description": "Opens the current tab as a popup window.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}