By: GhostFox
Inspect and view changes in Copy Inner Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Copy Inner Text",
"version": "2.2",
"description": "Copy the internal text of a link, a button, the 'title' attribute or the innerText of any DOM element to the clipboard using the context menu.",
"author": "GostFox",
"icons": {
"48": "icon48.png",
"96": "icon96.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{177a26eb-9ad3-431f-a415-8eb43754f5e6}",
"strict_min_version": "109.0"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"contextMenus",
"clipboardWrite",
"tabs",
"storage",
"scripting"
],
"optional_permissions": [
"activeTab"
]
} Best Copy Inner Text Alternatives
Here are some Firefox add-ons that are similar to Copy Inner Text:
Copy Text
manybuddies
Copy text of element
utubo
Copy Link and Text
Alexander Dietrich
Copy Advanced
Sutton Apps
Copy Element Text
Raul
copy-link-to-clipboard
Frederick Hewett
Pure Link Text
Klemens Schölhorn
Copycat
BlackGlory
Copy With Context
Joakim Almgren
Link Builder
kei10in
Copy Link Text
def00111
Copy Text Link
Zatsune Sakurako