View Devices in New Tab
Changes the new tab page to be a list of tabs open on your other devices.
Was ist View Devices in New Tab?
View Devices in New Tab ist eine Chrome-Erweiterung, die von lgarron entwickelt wurde, und ihr Hauptmerkmal ist "Changes the new tab page to be a list of tabs open on your other devices.".
Erweiterungsscreenshots
View Devices in New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie View Devices in New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | View Devices in New Tab |
ID | openfippajlljagenibphbbpmifdploj |
Offizielle URL | https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj |
Beschreibung | Changes the new tab page to be a list of tabs open on your other devices. |
Dateigröße | 4.44 KB |
Installationsanzahl | 438 |
Aktuelle Version | 1.2 |
Letztes Update | 2023-12-04 |
Veröffentlichungsdatum | 2015-10-29 |
Bewertung | 4.18/5 Insgesamt 11 Bewertungen |
Entwickler | lgarron |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lgarron/chrome-devices-in-new-tab |
Hilfeseite URL | https://github.com/lgarron/chrome-devices-in-new-tab/issues |
Unterstützte Sprachen | 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" } } |