Par : NoahR02
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"
]
}
]
} Meilleures alternatives Copy Element Text
Voici quelques Firefox add-ons qui sont similaires à Copy Element Text :