By: klml
Inspect and view changes in copytextandurl source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Copy selected text and URL as link",
"description": "Copy selected text as linktest with current URL as link.",
"version": "2.0.1",
"homepage_url": "https://github.com/klml/copytextandurl",
"applications": {
"gecko": {
"id": "addon@klml.de",
"strict_min_version": "48.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"browser_style": true
},
"permissions": [
"activeTab",
"contextMenus",
"clipboardWrite",
"storage"
]
} Best copytextandurl Alternatives
Here are some Firefox add-ons that are similar to copytextandurl:
Copy Link and Text
Alexander Dietrich
copy-link-to-clipboard
Frederick Hewett
Copy URL To Clipboard
asamuzaK
Copy Link to Highlight
Captain bb
Markdown Link
Robert Möstl
Copy Markdown link
Ian Bicking
Copy HTML link
Ian Bicking
Link to Text
igorlogius
Copy Selection as Markdown
0x6b