WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screenshot Master: Full Page Capture

Screenshot Master: Full Page Capture

View on Chrome Web Store
View Screenshot Master: Full Page Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (427 ratings)
1 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Easy, free and full-featured screenshot app to capture, edit and save your screenshots.
Type
Extension
Users
200,000 users
100K
Screenshot Master
View author page of Screenshot Master
Published
Published on September 29, 2022
Version 1.8.3
Manifest version
3
Updated
Updated on May 14, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Screenshot Master: Full Page Capture Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.8.3",
    "permissions": [
        "storage",
        "scripting",
        "notifications",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "extension_ids": [],
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "layouts\/capturePage.html",
                "js\/makeScreenshot.js"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "commands": {
        "CaptureFullPage": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Capture Full Page"
        },
        "CaptureVisualPart": {
            "suggested_key": {
                "default": "Alt+V"
            },
            "description": "Capture Visual Part"
        }
    },
    "icons": {
        "128": "\/logos\/logo.png"
    },
    "action": {
        "default_icon": "\/logos\/logo.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top