Chrome Device Tab Manager

Chrome Device Tab Manager

See all the open tabs on your devices! Easily transition from reading on your phone or ipad to reading on your computer. Click…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome Device Tab Manager",
  "version": "0.2",
  "permissions": [
    "sessions",
    "tabs",
    "chrome://favicon/"
  ],
  "browser_action": {
    "default_title": "Tabs open on your devices.",
    "default_icon": "images/iphone-128x128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "images/iphone-48x48.png",
    "128": "images/iphone-128x128.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}