Copy URLs

Copy URLs

Quickly copy URLs from your open tabs, links within a page and more to the clipboard

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy URLs",
  "version": "2.0.0",
  "description": "Quickly copy URLs from your open tabs, links within a page and more to the clipboard",
  "author": "George Mandis <[email protected]>",
  "homepage_url": "https://george.mand.is/hire",
  "permissions": [
    "activeTab",
    "contextMenus",
    "scripting",
    "tabs"
  ],
  "icons": {
    "128": "icon.png"
  },
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "manifest_version": 3
}