Copy-URL

Copy-URL

Copy only the domain name. Developed by: Devin G. and William M.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Copy-URL",
  "description": "Copy only the domain name. Developed by: Devin G. and William M.",
  "version": "0.1.2",
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "code.html"
  }
}