Inspect and view changes in Print Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Print Formatter",
"version": "1.0.0",
"description": "Format and preview any page for printing with custom CSS overrides.",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"browser_specific_settings": {
"gecko": {
"id": "print-formatter-133@mozillamaker.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
},
"gecko_android": {
"strict_min_version": "142.0"
}
},
"permissions": [
"activeTab",
"scripting"
],
"host_permissions": [],
"background": {
"scripts": [
"background.js"
],
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"default_title": "Print Formatter"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} Best Print Formatter Alternatives
Here are some Firefox add-ons that are similar to Print Formatter:
Print View Formatter
Kimberly Lewis
Print Style Viewer
HB88
Print Preview Cleaner
MeganWeaverMeganWeaver
Page Print Formatter
Donna Davis
Print Preview Clean
Anicetus
Print Preview Clean
MeganWeaverMeganWeaver
Print Preview Clean
Anicetus
Preview Print Cleaner
Anicetus
Print Cleaner
Anicetus
Webpage Printer Friendly
Adelheid Ernest
Print Cleaning
Anicetus
Printable – The Print Doctor
jscher2000