View Devices in New Tab

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

Cos'è View Devices in New Tab?

View Devices in New Tab è un'estensione di Chrome sviluppata da lgarron, e la sua funzione principale è "Changes the new tab page to be a list of tabs open on your other devices.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione View Devices in New Tab

Scarica i file di estensione View Devices in New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
URL Ufficiale https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Descrizione Changes the new tab page to be a list of tabs open on your other devices.
Dimensione del File 4.44 KB
Conteggio Installazioni 438
Versione Corrente 1.2
Ultimo Aggiornamento 2023-12-04
Data di Pubblicazione 2015-10-29
Valutazione 4.18/5 Totale 11 Valutazioni
Sviluppatore lgarron
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lgarron/chrome-devices-in-new-tab
URL della Pagina di Aiuto https://github.com/lgarron/chrome-devices-in-new-tab/issues
Lingue Supportate 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"
    }
}