Easy Page Save

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

O que é Easy Page Save?

Easy Page Save é uma extensão do Chrome desenvolvida por streeter.bob1995, e sua principal característica é "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Page Save

Baixe arquivos de extensão Easy Page Save no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
URL Oficial https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
Descrição Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
Tamanho do Arquivo 58.02 KB
Contagem de Instalações 15,104
Versão Atual 0.0.5
Última Atualização 2022-12-03
Data de Publicação 2022-12-03
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor streeter.bob1995
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://easypagesave.com
URL da Página de Ajuda https://easypagesave.com
URL da Página de Política de Privacidade https://easypagesave.com?a=privacy
Idiomas Suportados 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"
}