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": 3,
"name": "Copy Element Text",
"version": "1.0",
"description": "Copy the text of the right clicked element.",
"permissions": [
"contextMenus",
"clipboardWrite",
"activeTab",
"scripting"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "copyelementtext10@raul1ro",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"96": "icons/icon96.png"
}
} Best Copy Element Text Alternatives
Here are some Firefox add-ons that are similar to Copy Element Text:
Copy Text Content
Michael Chang
Copy Element Text
NoahR02
Copy text of element
utubo
Copy Inner Text
GhostFox
Hover Copy
SUNWIN
Text Copier
Valerii Stryhun
Text Copy
Nhà cái uy tín
Copy Text
manybuddies
Extract & Copy Links
Sajad Momeni
Copy Image Text
def00111
CopySelectPasteMiddleClick
Julien Bellue
Copy text with Alt-Click
YujiSoftware