WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Fast Screenshot - One Click Capture

Fast Screenshot - One Click Capture

View on Chrome Web Store
View Fast Screenshot - One Click Capture Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
43 views
This extension has been viewed 43 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 full-page screenshots instantly with just one click. Simple, fast and lightweight tool for quick screen captures.
Type
Extension
Users
92 users
3
PixEXT
View author page of PixEXT
Published
Published on May 1, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on May 22, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Fast Screenshot - One Click 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "homepage_url": "https:\/\/tabplugins.com\/fast-screenshot-one-click-capture\/",
    "version": "1.0.2",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "action": {
        "default_title": "Take Screenshot",
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "19": "assets\/icons\/19.png",
            "24": "assets\/icons\/24.png",
            "32": "assets\/icons\/32.png",
            "38": "assets\/icons\/38.png",
            "48": "assets\/icons\/48.png",
            "128": "assets\/icons\/128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "contextMenus",
        "notifications",
        "scripting"
    ],
    "options_page": "options\/options.html",
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Take a screenshot of the visible page"
        },
        "take-selection-screenshot": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            },
            "description": "Take a screenshot of a selected area"
        }
    }
}
© 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