WebExtension.net
WebExtension.net

Save Page WE

View on Chrome Web Store
View Save Page WE Chrome Extension on Chrome Web Store
4.4 (396 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save a complete web page (as curently displayed) as a single HTML file that can be opened in any browser.
Type
Extension
Users
100,000 users
DW-dev
View author page of DW-dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 16, 2016
Version 33.9
Manifest version
3
Updated
Updated on September 5, 2023
View on Chrome Web Store
View Save Page WE Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Page WE",
    "version": "33.9",
    "description": "Save a complete web page (as curently displayed) as a single HTML file that can be opened in any browser.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128-96.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "webNavigation",
        "downloads",
        "contextMenus",
        "scripting",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Save Page WE"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content-fontface.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "resources": [
                "download-iframe-GC.html",
                "download-iframe-GC-dev.html",
                "download-iframe-MF.html",
                "download-script.js",
                "content-fontface-intercept.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "description": "Save Page",
            "suggested_key": {
                "default": "Alt+A"
            }
        },
        "cancelsave": {
            "description": "Cancel Save",
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top