WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Full Page Screenshot

Full Page Screenshot

View on Chrome Web Store
View Full Page Screenshot Chrome Extension on Chrome Web Store
Add to bookmarks
3.0 (1 ratings)
1 views
This extension has been viewed 1 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.

Take a full page screenshot. Make screen capture of full page or select specific area and save site capture on your device
Type
Extension
Users
2,000 users
1K
moonlight.extension.studio
View author page of moonlight.extension.studio
Published
Published on June 11, 2024
Version 1.0.0
Manifest version
3
Updated
Updated on June 13, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Full Page Screenshot 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",
    "version": "1.0.0",
    "manifest_version": 3,
    "commands": {
        "_execute_action": {
            "description": "Press the action button"
        }
    },
    "offline_enabled": true,
    "background": {
        "service_worker": "worker.js"
    },
    "name": "Full Page Screenshot",
    "description": "Take a full page screenshot. Make screen capture of full page or select specific area and save site capture on your device",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/16.png",
        "20": "data\/icons\/20.png",
        "24": "data\/icons\/24.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "options_ui": {
        "page": "data\/options\/index.html"
    },
    "action": {
        "default_popup": "data\/popup\/index.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules_1.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "data\/inject\/smoothscroll.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "downloads",
        "notifications",
        "storage",
        "declarativeNetRequest"
    ]
}
© 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