Send Tab: Chrome Accounts

Send Tab: Chrome Accounts

Send a tab to a different chrome window account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Send Tab: Chrome Accounts",
  "version": "1.0.2",
  "description": "Send a tab to a different chrome window account.",
  "permissions": [
    "identity",
    "identity.email",
    "contextMenus",
    "storage"
  ],
  "background": {
    "scripts": [
      "jquery.js",
      "socket.io.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "manifest_version": 2
}