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
4.1 (78 ratings)
1 new ratings
9 views
This extension has been viewed 9 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.

An powerful tool to capture entire webpage or selected area and annotate inside editor
Type
Extension
Users
10,000 users
Website addonise.com
Rahul Baruri
View author page of Rahul Baruri
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 4, 2020
Version 1.0.9
Manifest version
3
Updated
Updated on March 24, 2025
productivity/tools
Extension Category
Website
Visit developer website
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",
    "name": "Full Page Screenshot",
    "short_name": "Screenshot",
    "description": "An powerful tool to capture entire webpage or selected area and annotate inside editor",
    "offline_enabled": true,
    "version": "1.0.9",
    "manifest_version": 3,
    "author": "Rahul Baruri <[email protected]>",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>",
        "file:\/\/\/*"
    ],
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "action": {
        "default_icon": "images\/icons\/32.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/css\/injectable.css",
                "editor.html"
            ],
            "matches": [
                "*:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*",
                "<all_urls>"
            ]
        }
    ]
}
© 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