By: pagekeeper-basic
Inspect and view changes in PageKeeper – Save Web Page Offline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "PageKeeper – Save Web Page Offline",
"version": "1.0.0",
"description": "Save the current web page as a standalone HTML file for offline viewing.",
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"96": "icons/icon96.png"
},
"permissions": [
"activeTab",
"downloads"
],
"browser_action": {
"default_title": "Save Page",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png"
}
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_specific_settings": {
"gecko": {
"id": "pagekeeper-basic-x8k31@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best PageKeeper – Save Web Page Offline Alternatives
Here are some Firefox add-ons that are similar to PageKeeper – Save Web Page Offline: