View Devices in New Tab

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

Hvad er View Devices in New Tab?

View Devices in New Tab er en Chrome-udvidelse udviklet af lgarron, og dens hovedfunktion er "Changes the new tab page to be a list of tabs open on your other devices.".

Udvidelsesskærmbilleder

screenshot

Download View Devices in New Tab-udvidelses-CRX-fil

Download View Devices in New Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Officiel URL https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Beskrivelse Changes the new tab page to be a list of tabs open on your other devices.
Filstørrelse 4.44 KB
Antal Installationer 438
Nuværende Version 1.2
Senest Opdateret 2023-12-04
Udgivelsesdato 2015-10-29
Bedømmelse 4.18/5 Samlet 11 Bedømmelser
Udvikler lgarron
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lgarron/chrome-devices-in-new-tab
Hjælpeside-URL https://github.com/lgarron/chrome-devices-in-new-tab/issues
Understøttede Sprog 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"
    }
}