By: Chlora
Inspect and view changes in Webpage To Pdf file source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Webpage To Pdf",
"version": "1.0.0",
"description": "Save any webpage as clean PDF. Full page, article-only, or selected content. Preview before downloading. No account needed.",
"permissions": [
"activeTab",
"scripting",
"storage",
"downloads",
"tabs",
"notifications",
"unlimitedStorage"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "webpagetopdf@yourdomain.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"libs/Readability.js",
"libs/html2canvas.min.js",
"libs/jspdf.umd.min.js",
"content.js"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"preview.html",
"history.html"
],
"matches": [
"<all_urls>"
]
}
]
} Best Webpage To Pdf file Alternatives
Here are some Firefox add-ons that are similar to Webpage To Pdf file:
Web to PDF: One-Tap Website to PDF Converter
Octopus Lab
PDF Page Studio
Creative Digimonks
PageSaver - Webpage to PDF or Image
PixelsTech
Save Page as PDF file
Soyp
Page to PDF
MSK
Web to PDF
Emma Boat
Webpage to PDF
GrabzIt
Image to PDF Converter : Save as Pdf
Bulk Image Downloader and Converter
WebSaver Multi Format
wawi015
Quick PDF - Save Webpage as PDF
UnitedWeRide
PrintFriendly - Print, PDF, and Screenshot
Print Friendly & PDF
WebPDF
dev.x