Copy Page URL & Close Tab

Copy Page URL & Close Tab

Copies page URL to clipboard and closes tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dima PM",
  "manifest_version": 2,
  "name": "Copy Page URL & Close Tab",
  "version": "0.0.6",
  "description": "Copies page URL to clipboard and closes tab.",
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_action": {},
  "icons": {
    "16": "icon16.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus"
  ]
}