For copying title or url.
You can copy 4 texts.
- title
- url
- link (a) (anchor tag, '<a href="https://xxx">yyy</a>')
- link (md) (link for markdown, '[yyy](https://xxx)')
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Copy Title or Url",
"version": "1.7",
"description": "For copying title or url.",
"icons": {
"64": "icon.png",
"128": "icon-128.png"
},
"permissions": [
"clipboardWrite",
"tabs"
],
"action": {
"default_title": "Copy Title or Url",
"default_popup": "index.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{2c250d4a-58ee-46ca-afb7-c740dbd74331}"
}
}
}