Easy Page Save

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

Wat is Easy Page Save?

Easy Page Save is een Chrome-extensie ontwikkeld door streeter.bob1995, en de belangrijkste functie is "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy Page Save

Download Easy Page Save-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
Officiële URL https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
Beschrijving Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
Bestandsgrootte 58.02 KB
Aantal Installaties 15,104
Huidige Versie 0.0.5
Laatst Bijgewerkt 2022-12-03
Publicatiedatum 2022-12-03
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar streeter.bob1995
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://easypagesave.com
Help Pagina-URL https://easypagesave.com
URL van de Privacybeleid Pagina https://easypagesave.com?a=privacy
Ondersteunde Talen 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"
}