Install: Chrome / Edge / Opera / Brave / Chromium / Vivaldi
- 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
- Pin the extension to your browser toolbar
- Click on the extension button using your Right Mouse Button
- Select
Options
from the context menu
- Activate the extension by using the keyboard shortcut or by clicking on the extension button
- Hold down your left mouse button anywhere on the page and drag your mouse in any direction
- Release the mouse button when you are ready, the selected area will be cropped
- Activate the extension by using the keyboard shortcut or by clicking on the extension button
- Hold down your left mouse button anywhere on the page and drag your mouse in any direction
- Adjust the selected are to crop and/or move it around
- When you are ready activate the extension again by using the keyboard shortcut or by clicking on the extension button, the selected area will be cropped
- Activate the extension by using the keyboard shortcut or by clicking on the extension button
- The visible area of the screen will be captured
-
PNG
- better image quality but larger file size. Best suited for cropping and capturing simple web pages -
JPG
- smaller file size with slightly lower image quality. Useful when capturing the entire screen area especially with lots of images on screen or when capturing still shots of videos. The quality of the JPEG can be adjusted from 100 to 0 (highest to lowest)
-
Preserve scaling
- the screenshot will be saved with the page scaling that you are seeing on the screen -
Downscale to actual size
- on HDPI displays like Retina or zoomed pages the screenshot will be downscaled to the original page size
-
To File
- save the screenshot to a file. Depending on your download preferences you will be either prompted to save the file or the file will be saved automatically in your download folder -
To Clipboard
- copy the screenshot to your clipboard:Data URL String
- the screenshot will be copied to the clipboard as Data URL StringBinary Image
- the screenshot will be copied to the clipboard as raw Binary ImageConfirmation Dialog
- toggle the confirmation dialog on copy to clipboard
- Navigate to
chrome://extensions/shortcuts
- Find the Screenshot Capture extension and set key combination for the
Take Screenshot
action
- Navigate to
chrome://settings/downloads
- Change the default download
Location
- Use the
Ask where to save each file before downloading
switch to toggle the autosaving
The extension won't work on the following origins:
- chrome and extension settings pages -
chrome://
andchrome-extension://
- the official chrome web store -
https://chromewebstore.google.com/
- your home page
To enable the extension on local file:///
URLs:
- Navigate to
chrome://extensions
- Locate the Screenshot Capture extension and click on the
Details
button - Make sure that the
Allow access to file URLs
switch is turned on
Copy to clipboard:
- it won't work on domains served on insecure
http://
protocol, but it will work onhttp://localhost
- when using
Capture Viewport
you will be asked by the browser to grant read access to the clipboard Capture Viewport
won't work on PDF documents, useCrop and Save
instead and select the entire screen area
The following instructions applies for: Chrome, Edge, Opera, Brave, Chromium and Vivaldi.
Note that in any of the following cases you won't receive any future updates automatically!
- Go to releases and pick a release that you want to install
- Download the
screenshot-capture.crx
file - Navigate to
chrome://extensions
- Drag and drop the
markdown-viewer.crx
file into thechrome://extensions
page
- Go to releases and pick a release that you want to install
- Download the
screenshot-capture.zip
file and extract it - Navigate to
chrome://extensions
- Make sure that the
Developer mode
switch is enabled - Click on the
Load unpacked
button and select the extracted directory
- Clone this repository
- Execute
sh build/package.sh chrome
- Navigate to
chrome://extensions
- Make sure that the
Developer mode
switch is enabled - Click on the
Load unpacked
button and select the cloned directory
- Clone the mv2 branch (Screenshot Capture v2.0)
- Navigate to
chrome://extensions
- Make sure that the
Developer mode
switch is enabled - Click on the
Load unpacked
button and select the cloned directory
The MIT License (MIT)
Copyright (c) 2014-present Simeon Velichkov simeonvelichkov@gmail.com (https://github.com/simov/screenshot-capture)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.