Inspect and view changes in Whitespace Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Whitespace Cleaner",
"version": "1.0.0",
"description": "Remove extra whitespace, blank lines, and trailing spaces from any text.",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "whitespace-cleaner-074@mozillamaker.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"activeTab",
"scripting",
"contextMenus"
],
"host_permissions": [],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "Whitespace Cleaner"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} Best Whitespace Cleaner Alternatives
Here are some Firefox add-ons that are similar to Whitespace Cleaner:
Whitespace Cleaner
Jeffrey Jackson
Strong Whitespace Cleaner
Betty Hall
Space Cleaner Text Panel
Giovanni
HTML Cleaner
Tony Rose
Remove Blank Lines
M's Plugins
Whitespace Stripper
Benjamin Davis
Space Identifier & Removal
Jayant IBM
Clipboard Cleaner HTML
Petpettypaw
Clean Clipboard Transfer
Martin
Print Cleaner
Anicetus
ClearText – Inclusive Writing Remover
KelvinMarsh
Text Trim Lines Panel
Ogawa