Chrome extension to capture a screenshot of the full height of the current website, even if the content extends below the fold.
- Full Page Capture: Captures the entire webpage without the need to scroll.
- Automatic File Naming: Saves the screenshot as a PNG file with the format:
screenshot-{current URL}-{YYYY-MM-DD}.png
. - Easy to Use: Simply click the extension icon to capture.
- Download the source code from the latest release.
- Extract the archive.
For more detailed instructions, refer to Chrome's official documentation.
- Open Chrome and navigate to
chrome://extensions/
. - Toggle the Developer mode switch in the top right corner.
- Click on Load unpacked.
- Select the folder where you extracted the extension.
- Navigate to any webpage.
- Click on the Full Page Screenshot extension icon in the toolbar.
- The screenshot will be captured and downloaded automatically to your default download folder.
The extension requires the following permissions:
activeTab
: Access to the currently active tab.tabs
: Interaction with browser tabs.debugger
: Use of the debugging protocol for capturing screenshots.downloads
: Ability to save files to your computer.
- Security Notifications: When using the
debugger
API, Chrome may display a notification indicating that a debugger is attached. This is expected behavior. - Privacy: The extension does not collect or transmit any personal data.
For questions or suggestions, please open an issue
on GitHub.
Contributions are welcome! If you want to improve the extension, please create a PR.
This project is licensed under the MIT License.