Picture-in-Picture Extension (by Google)

Watch video using Picture-in-Picture

Τι είναι το Picture-in-Picture Extension (by Google);

Το Picture-in-Picture Extension (by Google) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://google.com, και η κύρια λειτουργία του είναι "Watch video using Picture-in-Picture".

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

Λήψη αρχείου CRX της επέκτασης Picture-in-Picture Extension (by Google)

Λήψη αρχείων επέκτασης Picture-in-Picture Extension (by Google) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Picture-in-Picture (PiP) allows you to watch videos in a floating window (always on top of other windows) so you can keep an eye on what you’re watching while interacting with other sites, or applications.

Keyboard shortcut: Alt + P (⌥ + P on macOS)

Source code: https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension

By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Picture-in-Picture Extension (by Google) Picture-in-Picture Extension (by Google)
ID hkgfoiooedgoejojocmhlaklaeopbecg
Επίσημο URL https://chromewebstore.google.com/detail/picture-in-picture-extens/hkgfoiooedgoejojocmhlaklaeopbecg
Περιγραφή Watch video using Picture-in-Picture
Μέγεθος Αρχείου 25.6 KB
Αριθμός Εγκαταστάσεων 3,079,162
Τρέχουσα Έκδοση 1.11
Τελευταία Ενημέρωση 2022-09-15
Ημερομηνία Δημοσίευσης 2020-03-31
Αξιολόγηση 3.98/5 Συνολικά 1884 Αξιολογήσεις
Προγραμματιστής https://google.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/GoogleChromeLabs/picture-in-picture-chrome-extension
URL της Σελίδας Πολιτικής Απορρήτου https://www.google.com/intl/en/policies
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Picture-in-Picture Extension (by Google)",
    "description": "Watch video using Picture-in-Picture",
    "version": "1.11",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+P",
                "chromeos": "Alt+P",
                "linux": "Alt+P"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3
}