Inspect and view changes in Copy As Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Copy As Plain Text",
"description": "Browser extension that shows page plain text",
"version": "3.0",
"permissions": [
"contextMenus",
"activeTab",
"clipboardWrite"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"cnt-script.js"
],
"all_frames": true
}
],
"icons": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
},
"applications": {
"gecko": {
"id": "@copyastext",
"strict_min_version": "57.0"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Show page plain text",
"default_icon": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
}
},
"manifest_version": 2
} Best Copy As Text Alternatives
Here are some Firefox add-ons that are similar to Copy As Text:
Copy As Plain Text
ilGur
Copy Plain Text WE
yukisama
Page Plain Text
Vincenzo De Vivo
Simple Plain Text Copy
SimpleTools.nl
Copy PlainText
erosman
Save text content to File
Francesco De Stefano
Copy Without Formatting
KU68
PlainText - HTML Format Cleaner
Ray
Copycat
BlackGlory
Paste as Plain Text
David Gardiner
Copy as Markdown - Clipboard
Ibrahim Ozkan
Copy Text
manybuddies