TITLE and URL to Clipboard

TITLE and URL to Clipboard

Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TITLE and URL to Clipboard",
  "version": "1.5",
  "description": "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚",
  "background": {
    "service_worker": "tuc.js"
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  }
}