Pop Out

Convert tabs into popup windows and back

Pop Out là gì?

Pop Out là một tiện ích mở rộng Chrome được phát triển bởi tbodt, và tính năng chính của nó là "Convert tabs into popup windows and back".

Ả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 Pop Out

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

                        Turn tabs into popup windows with no toolbars in the way!

Use the item in the context menu to turn a tab into a popup window, and to turn that popup window back into a tab. You can also click the toolbar icon.                    

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

Tên Pop Out Pop Out
ID goefeknijkeibgadbapihfkliobeoglp
URL Chính Thức https://chromewebstore.google.com/detail/pop-out/goefeknijkeibgadbapihfkliobeoglp
Mô tả Convert tabs into popup windows and back
Kích Thước Tệp 12.7 KB
Số Lần Cài Đặt 319
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-06-11
Ngày Phát Hành 2020-06-11
Nhà Phát Triển tbodt
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tbodt/pop-out/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop Out",
    "description": "Convert tabs into popup windows and back",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "36": "icons\/icon36.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "contextMenus"
    ]
}