Copy hyperlink as Edge does

Copy hyperlink as Edge does

Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page. Derived from [Copy url with title].

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "copyurlwithtitle.js",
        "toast.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Copy hyperlink as Edge does, just press Ctrl-C/Cmd-C in the web page.\nDerived from [Copy url with title].",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "Copy hyperlink as Edge does",
  "short_name": "Copy hyperlink as Edge does",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1"
}