Easy Page Save

Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.

What is Easy Page Save?

Easy Page Save is a Chrome extension developed by streeter.bob1995, and its main feature is "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

Extension Screenshots

screenshot
screenshot

Download Easy Page Save Extension CRX File

Download Easy Page Save extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Easily and securely take a screenshot of any webpage you visit! Easy Page save goal is to make it easy and safe for anyone to save photos, text, Web pages, and emails in a quick and safe process. 

On any webpage, use Alt+p and take a screen shot that immediately downloads in chrome.
Easy page save does not collect or save any personal information.  Your security is our top concern.                    

Extension Basic Information

Name Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
Official URL https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
Description Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
File Size 58.02 KB
Installation Count 15,104
Current Version 0.0.5
Last Updated 2022-12-03
Publish Date 2022-12-03
Rating 4.33/5 Total 3 Ratings
Developer streeter.bob1995
Email [email protected]
Payment Type free
Extension Website https://easypagesave.com
Help Page URL https://easypagesave.com
Privacy Policy Page URL https://easypagesave.com?a=privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Page Save",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "static\/128.png",
        "default_title": "Easy Page Save"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+P"
            }
        }
    },
    "description": "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.",
    "homepage_url": "https:\/\/easypagesave.com",
    "icons": {
        "128": "static\/128.png",
        "48": "static\/48.png"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.5"
}