Copylink

Copylink

Click to copy the url of the current page to your clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Copylink",
  "description": "Click to copy the url of the current page to your clipboard",
  "version": "1.3.0",
  "action": {
    "default_icon": "128_icon.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "icons": {
    "16": "16_icon.png",
    "48": "48_icon.png",
    "128": "128_icon.png"
  }
}