By: Anna
Inspect and view changes in Format-Free Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Format-Free Copy",
"version": "1.0",
"description": "Use Ctrl+C to copy clean text without styles or formatting.",
"icons": {
"64": "icon64.png",
"128": "icon128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"64": "icon64.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start"
}
],
"browser_specific_settings": {
"gecko": {
"id": "{b01556c4-00eb-4d88-8bf6-600907f40582}",
"strict_min_version": "102.0"
}
}
} Best Format-Free Copy Alternatives
Here are some Firefox add-ons that are similar to Format-Free Copy: