Inspect and view changes in Clipboard formatting and line break remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Clipboard formatting and line break remover",
"version": "1.0",
"description": "Removes formatting and optionally line breaks from clipboard text on click.",
"browser_specific_settings": {
"gecko": {
"id": "@clipboard-formatting-and-line-break-remover"
}
},
"permissions": [
"clipboardRead",
"clipboardWrite"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_title": "Remove line breaks",
"theme_icons": [
{
"light": "icons/dark-theme/icon.svg",
"dark": "icons/light-theme/icon.svg",
"size": 128
}
]
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Run the default action"
}
}
} Best Clipboard formatting and line break remover Alternatives
Here are some Firefox add-ons that are similar to Clipboard formatting and line break remover:
Clipboard Cleaner F
name
Line Reverse & Text Trim
Mano
PlainText - HTML Format Cleaner
Ray
Copy code without prompts
gH2843
Copy PlainText
erosman
Append to Clipboard
Brett Zamir
Text Duplicate Remover Panel
Tana
Clipboard Modifier
Mitch Crane
Text Word Columnizer Addon
Palmer
Clean And Copy Selection
BodyDroid
Text Emoji Stripper Panel
Norra
Text Line Breaker
Thomas Thompson