View Devices in New Tab

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

Qu'est-ce que View Devices in New Tab ?

View Devices in New Tab est une extension Chrome développée par lgarron, et sa fonction principale est "Changes the new tab page to be a list of tabs open on your other devices.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension View Devices in New Tab

Téléchargez les fichiers d'extension View Devices in New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
URL Officiel https://chromewebstore.google.com/detail/view-devices-in-new-tab/openfippajlljagenibphbbpmifdploj
Description Changes the new tab page to be a list of tabs open on your other devices.
Taille du Fichier 4.44 KB
Nombre d'Installations 438
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-04
Date de Publication 2015-10-29
Évaluation 4.18/5 Total 11 Évaluations
Développeur lgarron
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lgarron/chrome-devices-in-new-tab
URL de la Page d'Aide https://github.com/lgarron/chrome-devices-in-new-tab/issues
Langues Prises en Charge 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"
    }
}