View Devices in New Tab
Changes the new tab page to be a list of tabs open on your other devices.
¿Qué es View Devices in New Tab?
View Devices in New Tab es una extensión de Chrome desarrollada por lgarron, y su función principal es "Changes the new tab page to be a list of tabs open on your other devices.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión View Devices in New Tab
Descarga archivos de extensión View Devices in New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | View Devices in New Tab |
ID | openfippajlljagenibphbbpmifdploj |
URL Oficial | https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj |
Descripción | Changes the new tab page to be a list of tabs open on your other devices. |
Tamaño del Archivo | 4.44 KB |
Cantidad de Instalaciones | 438 |
Versión Actual | 1.2 |
Última Actualización | 2023-12-04 |
Fecha de Publicación | 2015-10-29 |
Calificación | 4.18/5 Total de 11 Calificaciones |
Desarrollador | lgarron |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/lgarron/chrome-devices-in-new-tab |
URL de la Página de Ayuda | https://github.com/lgarron/chrome-devices-in-new-tab/issues |
Idiomas Soportados | 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" } } |