WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Full Page Screenshot - Screen Capture

Full Page Screenshot - Screen Capture

View on Chrome Web Store
View Full Page Screenshot - Screen Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (20 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.

Screenshot tool for making a full page or partial screen capture with further edit, text adding and download.
Type
Extension
Users
2,000 users
1K
ScreeNs.app
View author page of ScreeNs.app
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 12, 2022
Version 1.0.5
Manifest version
3
Updated
Updated on January 20, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Full Page Screenshot - Screen 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",
    "version": "1.0.5",
    "name": "__MSG_name__",
    "default_locale": "en",
    "short_name": "__MSG_short_name__",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "__MSG_description__",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "\/scripts\/cnt.js",
                "\/scripts\/libs\/jquery.js",
                "\/scripts\/rateUs.js",
                "\/scripts\/libs\/fbr.js"
            ],
            "css": [
                "\/styles\/rateUs.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "manifest_version": 3,
    "background": {
        "service_worker": "\/scripts\/worker.js"
    },
    "action": {
        "default_popup": "pp.html",
        "default_icon": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/styles\/helper.css",
                "preview.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting"
    ]
}
© 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