View Devices in New Tab

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

Wat is View Devices in New Tab?

View Devices in New Tab is een Chrome-extensie ontwikkeld door lgarron, en de belangrijkste functie is "Changes the new tab page to be a list of tabs open on your other devices.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie View Devices in New Tab

Download View Devices in New Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Officiële URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Beschrijving Changes the new tab page to be a list of tabs open on your other devices.
Bestandsgrootte 4.44 KB
Aantal Installaties 438
Huidige Versie 1.2
Laatst Bijgewerkt 2023-12-04
Publicatiedatum 2015-10-29
Beoordeling 4.18/5 Totaal 11 Beoordelingen
Ontwikkelaar lgarron
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lgarron/chrome-devices-in-new-tab
Help Pagina-URL https://github.com/lgarron/chrome-devices-in-new-tab/issues
Ondersteunde Talen 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"
    }
}