WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Scrolling Screenshot & Full Page Capture

Scrolling Screenshot & Full Page Capture

View on Chrome Web Store
View Scrolling Screenshot & Full Page Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (116 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Capture long websites. Upload PDF's. 20+ annotation tools. Crop, export, share links. 5+ screenshot modes. Edit forever.
Type
Extension
Users
40,000 users
10K
Website markuphero.com
Markup Hero
View author page of Markup Hero
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 14, 2020
Version 1.3.6
Manifest version
3
Updated
Updated on April 25, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Scrolling Screenshot & 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",
    "name": "Scrolling Screenshot & Full Page Capture",
    "version": "1.3.6",
    "description": "Capture long websites. Upload PDF's. 20+ annotation tools. Crop, export, share links. 5+ screenshot modes. Edit forever.",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                ".\/js\/content-script.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/mh-g16.png",
            "32": "assets\/mh-g32.png",
            "48": "assets\/mh-g48.png",
            "128": "assets\/mh-g128.png"
        }
    },
    "icons": {
        "16": "assets\/mh-g16.png",
        "32": "assets\/mh-g32.png",
        "48": "assets\/mh-g48.png",
        "128": "assets\/mh-g128.png"
    },
    "permissions": [
        "storage",
        "clipboardWrite",
        "activeTab",
        "tabs",
        "desktopCapture",
        "notifications",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/markuphero.com\/",
        "https:\/\/storage.googleapis.com\/",
        "<all_urls>"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.markuphero.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "commands": {
        "take-area-screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+3",
                "mac": "Alt+Shift+3"
            },
            "description": "Takes screenshot of selected area & uploads to Markup Hero"
        },
        "take-tab-screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+2",
                "mac": "Alt+Shift+2"
            },
            "description": "Takes screenshot of current tab & uploads to Markup Hero"
        },
        "take-scrolling-screenshot": {
            "suggested_key": {
                "default": "Alt+Shift+1",
                "mac": "Alt+Shift+1"
            },
            "description": "Takes scrolling screenshot & uploads to Markup Hero"
        },
        "open-markups": {
            "suggested_key": {
                "default": "Alt+Shift+4",
                "mac": "Alt+Shift+4"
            },
            "description": "Opens new tab that allows you to upload images or PDF for annotation"
        }
    }
}
© 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