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! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabfloater.io, και η κύρια λειτουργία του είναι "TabFloater allows you to multitask by moving browser tabs into floating windows, similar to “Picture-in-Picture” on TVs.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TabFloater: Picture-in-Picture for any tab!

Λήψη αρχείων επέκτασης 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
}