View Devices in New Tab

View Devices in New Tab

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

Merlin
Additional files are visible only to premium users

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"
  }
}