Easy Page Save

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

Easy Page Save क्या है?

Easy Page Save streeter.bob1995 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Easy Page Save एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Easy Page Save Easy Page Save
ID fdcgafeollfblpppklndmihjkjohjhbg
आधिकारिक URL https://chrome.google.com/webstore/detail/easy-page-save/fdcgafeollfblpppklndmihjkjohjhbg
विवरण Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.
फ़ाइल का आकार 58.02 KB
स्थापना संख्या 15,104
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2022-12-03
प्रकाशन तिथि 2022-12-03
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर streeter.bob1995
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://easypagesave.com
सहायता पृष्ठ URL https://easypagesave.com
गोपनीयता नीति पृष्ठ URL https://easypagesave.com?a=privacy
समर्थित भाषाएँ 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"
}