WebExtension.net
Toggle dark mode
WebExtension.net

Screen Capture

View on Chrome Web Store
View Screen Capture Chrome Extension on Chrome Web Store
Add to bookmarks
2.1 (173 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Capture visible content of a tab, a region of a web page, or the whole page as a PNG image.
Type
Extension
Users
100,000 users
Adrià Vilanova Martínez (avm99963)
View author page of Adrià Vilanova Martínez (avm99963)
Published
Published on November 28, 2016
Version 6.0.3
Manifest version
2
Updated
Updated on February 8, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View 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": "6.0.3",
    "version_name": "6.0.3-stable",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/page_context.js",
        "style.css"
    ]
}
© 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