Easy Page Save
Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
¿Qué es Easy Page Save?
Easy Page Save es una extensión de Chrome desarrollada por streeter.bob1995, y su función principal es "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Easy Page Save
Descarga archivos de extensión Easy Page Save en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fdcgafeollfblpppklndmihjkjohjhbg |
URL Oficial | https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg |
Descripción | Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P. |
Tamaño del Archivo | 58.02 KB |
Cantidad de Instalaciones | 15,104 |
Versión Actual | 0.0.5 |
Última Actualización | 2022-12-03 |
Fecha de Publicación | 2022-12-03 |
Calificación | 4.33/5 Total de 3 Calificaciones |
Desarrollador | streeter.bob1995 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://easypagesave.com |
URL de la Página de Ayuda | https://easypagesave.com |
URL de la Página de Política de Privacidad | https://easypagesave.com?a=privacy |
Idiomas Soportados | 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" } |