Easy Page Save

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

Vad är Easy Page Save?

Easy Page Save är en Chrome-tillägg utvecklad av streeter.bob1995, och dess huvudfunktion är "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Easy Page Save-förlängningens CRX-fil

Ladda ner Easy Page Save-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
Officiell webbadress https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
Beskrivning Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
Filstorlek 58.02 KB
Antal Installationer 15,104
Aktuell Version 0.0.5
Senast Uppdaterad 2022-12-03
Publiceringsdatum 2022-12-03
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare streeter.bob1995
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://easypagesave.com
Hjälpsida URL https://easypagesave.com
URL till Sekretesspolicy Sidan https://easypagesave.com?a=privacy
Stödda Språk 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"
}