Screenshot Capture

Capture viewport, crop & save to file, copy to clipboard as binary or data URL

What is Screenshot Capture?

Screenshot Capture is a Chrome extension developed by simov.github.io, and its main feature is "Capture viewport, crop & save to file, copy to clipboard as binary or data URL".

Extension Screenshots

screenshot

Download Screenshot Capture Extension CRX File

Download Screenshot Capture extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ✔ Secure by design
✔ Capture Viewport
✔ Crop and Save (automatic save)
✔ Crop and Wait (manual save)
✔ Configurable Keyboard Shortcut
✔ Save screenshot as PNG or JPG image file
✔ Copy screenshot to clipboard as Data URL String or Binary Image
✔ Preserve or downscale screenshot size on HDPI displays like Retina
✔ Unique screenshot date/time file name
✔ No special permissions required
✔ Free and Open Source

✚ Full Documentation

✔ https://github.com/simov/screenshot-capture                    

Extension Basic Information

Name Screenshot Capture Screenshot Capture
ID giabbpobpebjfegnpcclkocepcgockkc
Official URL https://chromewebstore.google.com/detail/screenshot-capture/giabbpobpebjfegnpcclkocepcgockkc
Description Capture viewport, crop & save to file, copy to clipboard as binary or data URL
File Size 96.83 KB
Installation Count 128,931
Current Version 3.1
Last Updated 2023-11-21
Publish Date 2019-07-13
Rating 4.18/5 Total 111 Ratings
Developer simov.github.io
Email [email protected]
Payment Type free
Extension Website https://github.com/simov/screenshot-capture
Help Page URL https://github.com/simov/screenshot-capture/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Screenshot Capture",
    "version": "3.1",
    "description": "Capture viewport, crop & save to file, copy to clipboard as binary or data URL",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/screenshot-capture\/giabbpobpebjfegnpcclkocepcgockkc",
    "icons": {
        "16": "\/icons\/default\/16x16.png",
        "19": "\/icons\/default\/19x19.png",
        "38": "\/icons\/default\/38x38.png",
        "48": "\/icons\/default\/48x48.png",
        "128": "\/icons\/default\/128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/default\/16x16.png",
            "19": "\/icons\/default\/19x19.png",
            "38": "\/icons\/default\/38x38.png",
            "48": "\/icons\/default\/48x48.png",
            "128": "\/icons\/default\/128x128.png"
        },
        "default_title": "Screenshot Capture"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "options_page": "\/options\/index.html",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/vendor\/Jcrop.gif",
                "\/content\/pixel.png"
            ]
        }
    ],
    "commands": {
        "take-screenshot": {
            "description": "Take Screenshot",
            "suggested_key": {
                "default": "Alt+S"
            }
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ]
}