Inspect and view changes in Copy Element Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "copyElementText",
"version": "1.0",
"description": "Adds a menu item to the context menu, which will copy an element's text content.",
"permissions": [
"contextMenus",
"clipboardWrite"
],
"background": {
"scripts": [
"index.js"
]
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"js": [
"front.js"
]
}
]
} Best Copy Element Text Alternatives
Here are some Firefox add-ons that are similar to Copy Element Text:
Copy text of element
utubo
Copy Element Text
Raul
Fennec Copy Link Text
shyangs
Copy Text Content
Michael Chang
Copy Inner Text
GhostFox
Copy Alt Text
easrng
Page Title Copy
ahudock
Pure Link Text
Klemens Schölhorn
Copy as-slug
Kemal Yılmaz
Copy Link
Naoki.H
Copy body.innerHTML
goon
Append to Clipboard
Brett Zamir