By: SimpleTools.nl Add-on
Inspect and view changes in Simple Plain Text Copy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"browser_action": {
"default_title": "__MSG_extName__",
"default_popup": "copy.html",
"default_icon": "icons/exif128.png"
},
"default_locale": "en",
"description": "__MSG_extDesc__",
"manifest_version": 2,
"name": "__MSG_extName__",
"icons": {
"16": "icons/exif16.png",
"32": "icons/exif32.png",
"64": "icons/exif64.png",
"128": "icons/exif128.png"
},
"permissions": [
"http://*/*",
"https://*/*",
"contextMenus",
"clipboardWrite",
"<all_urls>"
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://*/*",
"http://*/*"
],
"js": [
"js/jquery-3.2.1.min.js",
"js/content-script.js"
]
}
],
"background": {
"scripts": [
"js/background.js"
]
},
"version": "1.0.0"
} Best Simple Plain Text Copy Alternatives
Here are some Firefox add-ons that are similar to Simple Plain Text Copy:
Copy As Plain Text
ilGur
Copy PlainText
erosman
Copy As Text
Francesco De Stefano
Copy Plain Text WE
yukisama
Copy Without Formatting
KU68
Plain Text Paste
xkzdb
PlainText - HTML Format Cleaner
Ray
Copy Text Without Formatting
ByteWorks
Save text content to File
Francesco De Stefano
CopyClean
Bəxtiyar
Paste as Plain Text
David Gardiner
Pure Link Text
Klemens Schölhorn