Chrome2ChromeV2

Chrome2ChromeV2

Send page from Chrome to Chrome on another machine

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Chrome2ChromeV2",
  "version": "0.0.5",
  "description": "Send page from Chrome to Chrome on another machine",
  "browser_action": {
    "default_popup": "chrome2chrome.html",
    "default_icon": "chrome2chrome.png"
  },
  "options_page": "options.html",
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage"
  ]
}