A Chrome Extension that allows you to save any video's frame as a PNG image.
NOTE: After installing the extension, keyboard shortcuts should be added at chrome://extensions/shortcuts
. See the Configuration section for more info!
- Keyboard Shortcut actions:
- Download Current Frame
- Open Current Frame in New Tab
- Open Current Frame in New Background Tab
- Same as previous function, except switches back to the current video tab
- Toggle Speed to 0
- For videos where this extension may fail, this function sets the video's speed to 0, which simulates pausing without changing the video playback UI
- Works on Chromium-based browsers, including Google Chrome, Brave, and Microsoft Edge
- Current Frame window:
- Download frame with button
- Copy frame to clipboard by in context (right click) menu
- Go here to find the extension on the Chrome Web Store
- Click "Add to Chrome"
- Configure the extension below
- Download or clone this repo into a folder
- Go to
chrome://extensions/
- Make sure "Developer mode" is enabled (top right corner)
- Drag the folder anywhere onto this page
- Navigate to
chrome://extensions/shortcuts
- Find FrameGrab in the list of extensions
- Click on the edit icon for each of the functions
- Press a shortcut combination to set that function's shortcut
- Add a dedicated preferences page to configure keyboard shortcuts
- Improve support for certain videos that use blob URLs
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.