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!?

TabFloater: Picture-in-Picture for any tab!是由https://tabfloater.io开发的Chrome扩展程序,该扩展的主要功能是“TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载TabFloater: Picture-in-Picture for any tab!扩展crx文件

下载TabFloater: Picture-in-Picture for any tab!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 TabFloater: Picture-in-Picture for any tab! TabFloater: Picture-in-Picture for any tab!
ID iojgbjjdoanmhcmmihbapiejfbbadhjd
官方URL https://chromewebstore.google.com/detail/tabfloater-picture-in-pic/iojgbjjdoanmhcmmihbapiejfbbadhjd
简介 TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.
文件大小 221 KB
安装次数 8,000
当前版本 1.2.2
更新时间 2022-03-14
上架时间 2021-02-20
评分 4.21/5 共28次评分
开发者 https://tabfloater.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tabfloater.io/
帮助页面URL https://github.com/tabfloater/tabfloater
支持的语言 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
}