Tab Sharer

Tab Sharer

Easily share tabs between your own 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": "Tab Sharer",
  "version": "1.0.0",
  "description": "Easily share tabs between your own devices",
  "icons": {
    "48": "img/icon-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "options_ui": {
    "page": "options_ui/options.html",
    "browser_style": true
  }
}