Page Screen Capture

Page Screen Capture can take a screenshot from webpages. Fast and simple!

ما هو Page Screen Capture؟

Page Screen Capture هو إضافة Chrome تم تطويرها بواسطة Video Downloader & Useful Tools، والميزة الرئيسية لها هي "Page Screen Capture can take a screenshot from webpages. Fast and simple!".

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

screenshot

تحميل ملف CRX للإضافة Page Screen Capture

قم بتنزيل ملفات الامتداد Page Screen Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Page Screen Capture app takes a screenshot from current websites. Fast and simple page screenshots.

HOW IT WORKS 
• Right-click on the current web page.  
• Click to 'Page Screen Capture' in the context menu.
• Saving a JPG image to your hard disk.                    

معلومات أساسية عن التمديد

الاسم Page Screen Capture Page Screen Capture
ID jhmboajcpbkdbabknkiplgjjddnfglai
عنوان URL الرسمي https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai
الوصف Page Screen Capture can take a screenshot from webpages. Fast and simple!
حجم الملف 85.64 KB
عدد التثبيتات 1,456
النسخة الحالية 1.1.1
آخر تحديث 2023-01-19
تاريخ النشر 2018-05-17
تقييم 3.86/5 مجموع تقييمات 7
المطور Video Downloader & Useful Tools
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.smart-finder.net/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.1.1",
    "name": "Page Screen Capture",
    "description": "Page Screen Capture can take a screenshot from webpages. Fast and simple!",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "activeTab",
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}