View Devices in New Tab

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

What is View Devices in New Tab?

View Devices in New Tab is a Chrome extension developed by lgarron, and its main feature is "Changes the new tab page to be a list of tabs open on your other devices.".

Extension Screenshots

screenshot

Download View Devices in New Tab Extension CRX File

Download View Devices in New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name View Devices in New Tab View Devices in New Tab
ID openfippajlljagenibphbbpmifdploj
Official URL 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.
File Size 4.44 KB
Installation Count 438
Current Version 1.2
Last Updated 2023-12-04
Publish Date 2015-10-29
Rating 4.18/5 Total 11 Ratings
Developer lgarron
Email [email protected]
Payment Type free
Extension Website https://github.com/lgarron/chrome-devices-in-new-tab
Help Page URL https://github.com/lgarron/chrome-devices-in-new-tab/issues
Supported Languages 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"
    }
}