View Devices in New Tab

Changes the new tab page to be a list of tabs open on your other devices.

Τι είναι το View Devices in New Tab;

Το View Devices in New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lgarron, και η κύρια λειτουργία του είναι "Changes the new tab page to be a list of tabs open on your other devices.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης View Devices in New Tab

Λήψη αρχείων επέκτασης View Devices in New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        If you're signed into Chrome on multiple devices, you can use any device to view a list of tabs that are open on the others. This is easy on mobile, but it can be annoying to view it on desktop (either on the history tab, or by clicking on "Recent tabs" in the settings dropdown).

This changes the new tab page to a simple listing of your tabs on other devices.                    

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

Όνομα View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Επίσημο URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Περιγραφή Changes the new tab page to be a list of tabs open on your other devices.
Μέγεθος Αρχείου 4.44 KB
Αριθμός Εγκαταστάσεων 438
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2023-12-04
Ημερομηνία Δημοσίευσης 2015-10-29
Αξιολόγηση 4.18/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής lgarron
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lgarron/chrome-devices-in-new-tab
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/lgarron/chrome-devices-in-new-tab/issues
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Devices in New Tab",
    "description": "Changes the new tab page to be a list of tabs open on your other devices.",
    "version": "1.2",
    "permissions": [
        "sessions",
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}