Easy Page Save

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

ما هو Easy Page Save؟

Easy Page Save هو إضافة Chrome تم تطويرها بواسطة streeter.bob1995، والميزة الرئيسية لها هي "Take a screenshot and save anywebpage you're on using Keyboard Commnd: Alt+P.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Easy Page Save

قم بتنزيل ملفات الامتداد Easy Page Save بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://easypagesave.com
عنوان صفحة سياسة الخصوصية 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"
}