Real-Time Tab Sync

Real-Time Tab Sync

Keeps the same tabs on all your machines. Tab changes are applied in real time on all of your devices.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Real-Time Tab Sync",
  "version": "1.3.4",
  "manifest_version": 2,
  "description": "Keeps the same tabs on all your machines. Tab changes are applied in real time on all of your devices.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icon19grey.png",
      "38": "icon38grey.png"
    },
    "default_title": "Default",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "http://*/*",
    "https://*/*"
  ]
}