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.

What is Screen Capture, Screenshot Full Page PRO?

Screen Capture, Screenshot Full Page PRO is a Chrome extension developed by ClearApps, and its main feature is "Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Screen Capture, Screenshot Full Page PRO Extension CRX File

Download Screen Capture, Screenshot Full Page PRO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Screen Capture, Screenshot Full Page PRO Screen Capture, Screenshot Full Page PRO
ID ebfeneacckoikcclafpbomfnehkjbhne
Official URL https://chrome.google.com/webstore/detail/screen-capture-screenshot/ebfeneacckoikcclafpbomfnehkjbhne
Description Capture and Download ScreenShot of Entire Webpage or Select the portion of the Website that you want to capture.
File Size 35.97 KB
Installation Count 8,595
Current Version 2.2
Last Updated 2016-11-04
Publish Date 2016-11-04
Rating 2.82/5 Total 33 Ratings
Developer ClearApps
Payment Type free
Supported Languages 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"
    }
}