Page Screen Capture

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

What is Page Screen Capture?

Page Screen Capture is a Chrome extension developed by Video Downloader & Useful Tools, and its main feature is "Page Screen Capture can take a screenshot from webpages. Fast and simple!".

Extension Screenshots

screenshot

Download Page Screen Capture Extension CRX File

Download Page Screen Capture 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

                        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.                    

Extension Basic Information

Name Page Screen Capture Page Screen Capture
ID jhmboajcpbkdbabknkiplgjjddnfglai
Official URL https://chrome.google.com/webstore/detail/page-screen-capture/jhmboajcpbkdbabknkiplgjjddnfglai
Description Page Screen Capture can take a screenshot from webpages. Fast and simple!
File Size 85.64 KB
Installation Count 1,456
Current Version 1.1.1
Last Updated 2023-01-19
Publish Date 2018-05-17
Rating 3.86/5 Total 7 Ratings
Developer Video Downloader & Useful Tools
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages 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"
    }
}