TabFloater: Picture-in-Picture for any tab!

TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.

TabFloater: Picture-in-Picture for any tab! là gì?

TabFloater: Picture-in-Picture for any tab! là một tiện ích mở rộng Chrome được phát triển bởi https://tabfloater.io, và tính năng chính của nó là "TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TabFloater: Picture-in-Picture for any tab!

Tải xuống các tệp mở rộng TabFloater: Picture-in-Picture for any tab! 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

                        TabFloater improves your productivity by providing a "Picture-in-Picture" functionality, but it's not limited to video - you can use it with any website!

Did you ever had to switch between two tabs back and forth because you needed to see both at the same time? With TabFloater, you can move one site to Picture-in-Picture with one click - you can keep working with both sites at the same time!

To use TabFloater effectively, you must install additional software on your computer. The extension will guide you through the process. 

Visit our website at https://www.tabfloater.io/ to learn more!                    

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

Tên TabFloater: Picture-in-Picture for any tab! TabFloater: Picture-in-Picture for any tab!
ID iojgbjjdoanmhcmmihbapiejfbbadhjd
URL Chính Thức https://chromewebstore.google.com/detail/tabfloater-picture-in-pic/iojgbjjdoanmhcmmihbapiejfbbadhjd
Mô tả TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2021-02-20
Đánh Giá 4.21/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://tabfloater.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.tabfloater.io/
URL Trang Trợ Giúp https://github.com/tabfloater/tabfloater
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabFloater: Picture-in-Picture for any tab!",
    "version": "1.2.2",
    "description": "TabFloater allows you to multitask by moving browser tabs into floating windows, similar to \u201cPicture-in-Picture\u201d on TVs.",
    "permissions": [
        "nativeMessaging",
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_title": "Float tab!",
        "default_icon": {
            "16": "images\/icons\/16.png",
            "32": "images\/icons\/32.png",
            "48": "images\/icons\/48.png",
            "128": "images\/icons\/128.png"
        }
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "commands": {
        "moveDown": {
            "suggested_key": {
                "default": "Alt+K"
            },
            "description": "Float tab \/ move down"
        },
        "moveUp": {
            "suggested_key": {
                "default": "Alt+I"
            },
            "description": "Unfloat tab \/ move up"
        },
        "moveLeft": {
            "suggested_key": {
                "default": "Alt+J"
            },
            "description": "Move left"
        },
        "moveRight": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Move right"
        }
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 2
}