Easy Page Save

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

Qu'est-ce que Easy Page Save ?

Easy Page Save est une extension Chrome développée par streeter.bob1995, et sa fonction principale est "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Page Save

Téléchargez les fichiers d'extension Easy Page Save au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
URL Officiel 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.
Taille du Fichier 58.02 KB
Nombre d'Installations 15,104
Version Actuelle 0.0.5
Dernière Mise à Jour 2022-12-03
Date de Publication 2022-12-03
Évaluation 4.33/5 Total 3 Évaluations
Développeur streeter.bob1995
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://easypagesave.com
URL de la Page d'Aide https://easypagesave.com
URL de la Page de Politique de Confidentialité https://easypagesave.com?a=privacy
Langues Prises en Charge 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"
}