URL Sync

URL Sync

Send URL to server

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "URL Sync",
  "version": "1.4",
  "manifest_version": 2,
  "description": "Send URL to server",
  "permissions": [
    "http://*/*",
    "tabs"
  ],
  "icons": {
    "128": "sync128.png"
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "sync19.png",
    "default_title": "URL clipboard",
    "default_popup": "popup.html"
  }
}