Easy Page Save
Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
Was ist Easy Page Save?
Easy Page Save ist eine Chrome-Erweiterung, die von streeter.bob1995 entwickelt wurde, und ihr Hauptmerkmal ist "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".
Erweiterungsscreenshots
Easy Page Save-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Page Save-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fdcgafeollfblpppklndmihjkjohjhbg |
Offizielle URL | https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg |
Beschreibung | Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P. |
Dateigröße | 58.02 KB |
Installationsanzahl | 15,104 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2022-12-03 |
Veröffentlichungsdatum | 2022-12-03 |
Bewertung | 4.33/5 Insgesamt 3 Bewertungen |
Entwickler | streeter.bob1995 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://easypagesave.com |
Hilfeseite URL | https://easypagesave.com |
URL der Datenschutzrichtlinien-Seite | https://easypagesave.com?a=privacy |
Unterstützte Sprachen | 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" } |