WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Screen Shot

Screen Shot

View on Chrome Web Store
View Screen Shot Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (12 ratings)
1 new ratings
6 views
This extension has been viewed 6 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 web pages with "Screen shot" — the ultimate snipping tool for full page screenshot and screen capture of selected areas.
Type
Extension
Users
4,000 users
1K
ulti****************************
View author page of ulti****************************
Published
Published on September 10, 2024
Version 36.1.0
Manifest version
3
Updated
Updated on September 10, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Screen Shot 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": "__MSG_name__",
    "version": "36.1.0",
    "manifest_version": 3,
    "commands": {
        "visible_screenshot": {
            "description": "visible screenshot"
        },
        "entire_page_screenshot": {
            "description": "Entire Page Screenshot"
        }
    },
    "description": "__MSG_description__",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Screenshot Extension",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png",
                "\/css\/pagestyles.css",
                "\/css\/dialog.css",
                "\/libs\/gapi.js",
                "\/libs\/jquery.js",
                "\/js\/dialog.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "offline_enabled": true,
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}
© 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