Easy Page Save
Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
Co to jest Easy Page Save?
Easy Page Save to rozszerzenie Chrome opracowane przez streeter.bob1995, a jego główną funkcją jest „Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easy Page Save
Pobierz pliki rozszerzeń Easy Page Save w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fdcgafeollfblpppklndmihjkjohjhbg |
| Oficjalny URL | https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg |
| Opis | Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P. |
| Rozmiar pliku | 58.02 KB |
| Liczba instalacji | 15,104 |
| Aktualna Wersja | 0.0.5 |
| Ostatnia Aktualizacja | 2022-12-03 |
| Data Publikacji | 2022-12-03 |
| Ocena | 4.33/5 Łącznie 3 Oceny |
| Deweloper | streeter.bob1995 |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://easypagesave.com |
| Adres URL Strony Pomocy | https://easypagesave.com |
| Adres URL Strony Polityki Prywatności | https://easypagesave.com?a=privacy |
| Obsługiwane Języki | 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"
} | |