By: riccardo
Inspect and view changes in Copy title and url source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Copy tab title and url as markdown inline url",
"short_name": "Copy tab title and url as markdown inline url",
"description": "Add a context menu item to copy thye current tab's title (or selection) and url to clipboard, as a markdown inline url.",
"version": "1.0",
"author": "zero-one-two",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icons/copy_title_and_url.png"
},
"permissions": [
"activeTab",
"contextMenus",
"clipboardWrite"
],
"applications": {
"gecko": {
"id": "riccardo2@pm.me",
"strict_min_version": "57.0"
}
}
} Best Copy title and url Alternatives
Here are some Firefox add-ons that are similar to Copy title and url:
Copy page link and title to clipboard
Jake Almer
Copy Selected Tabs to Clipboard
Piro (piro_or)
Copy as Markdown Link
JayBeeDe
Copy Selected Tab Info
Marc Grimpo
Copy With Context
Joakim Almgren
Page Title Copy
ahudock
CopyTabTitleUrl
toshi
Quick Page Info Copy
VWIN
Copy Page Info
XOILAC
Copy tab URL to clipboard
idk
Quick Copy & Highlight
GD365