Popup window

Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.

Popup window là gì?

Popup window là một tiện ích mở rộng Chrome được phát triển bởi ettoolong, và tính năng chính của nó là "Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.".

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

screenshot
screenshot

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

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

                        Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.

Usage:
1. Right click on link, click [Open this link in pop-up window] => po-pup link to standalone window.
2. Right click on page, click [pop-up/merge current page] => move current page to standalone window.
3. Click on toolbar button => move current page to standalone window.                    

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

Tên Popup window Popup window
ID nnlippelgfbglbhiccffmnmlnhmbjjpe
URL Chính Thức https://chromewebstore.google.com/detail/popup-window/nnlippelgfbglbhiccffmnmlnhmbjjpe
Mô tả Move tab to standalone window, without tabs bar, navigation bar and bookmark bar UI.
Kích Thước Tệp 13.9 KB
Số Lần Cài Đặt 3,683
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2023-03-16
Ngày Phát Hành 2019-05-13
Đánh Giá 4.58/5 Tổng số 12 Đánh Giá
Nhà Phát Triển ettoolong
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/ettoolong/PopupWindow
Ngôn Ngữ Được Hỗ Trợ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDescription__",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.1.0",
    "homepage_url": "https:\/\/github.com\/ettoolong\/PopupWindow",
    "icons": {
        "16": "icon\/icon.png",
        "32": "icon\/icon.png",
        "48": "icon\/icon.png",
        "64": "icon\/icon.png",
        "96": "icon\/icon.png"
    },
    "author": "Ett Chung",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "__MSG_actionButtonTitle__",
        "default_icon": "icon\/icon.png"
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "popupWindow": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            },
            "description": "__MSG_execute__"
        }
    }
}