Screen Capture, Screenshot Full Page PRO

Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.

ما هو Screen Capture, Screenshot Full Page PRO؟

Screen Capture, Screenshot Full Page PRO هو إضافة Chrome تم تطويرها بواسطة ClearApps، والميزة الرئيسية لها هي "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screen Capture, Screenshot Full Page PRO

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

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

                        Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.                    

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

الاسم Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
عنوان URL الرسمي https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
الوصف Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
حجم الملف 35.97 KB
عدد التثبيتات 8,595
النسخة الحالية 2.2
آخر تحديث 2016-11-04
تاريخ النشر 2016-11-04
تقييم 2.82/5 مجموع تقييمات 33
المطور ClearApps
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Screen Capture, Screenshot Full Page PRO",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Download Screen shot of Selected Area or Entire Page of websites"
    }
}