# full-page-screen-capture-chrome-extension **Repository Path**: donPabloNow/full-page-screen-capture-chrome-extension ## Basic Information - **Project Name**: full-page-screen-capture-chrome-extension - **Description**: One-click full page screen captures in Google Chrome - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-29 - **Last Updated**: 2023-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Full Page Screen Capture ======================== A simple Google Chrome extension that takes a screen capture of a full web page. Every extension I tried couldn’t do this on Chrome 22 on Mac OSX Lion. So, I built this one to reliably do it. (Not tested, yet, on any other configurations.) ### To Install For development: 1. Clone this repo 2. Open up Chrome and go to the extensions page (Window → Extensions) 3. Enable developer mode (if it’s not already) 4. Click on “Load unpacked extension…” 5. Select the folder for this app From the webstore: Find the [Full Page Screen Capture App](https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl) in the Chrome Webstore and click install. (NOTE: the webstore version is now running on a private branch of this repo and will have more updates.) ### Extra notes: * Please report any bugs that you find as issues on the project * More details on [this blog post](http://mrcoles.com/full-page-screen-capture-chrome-extension/) * Thank you to [terrycojones](https://github.com/terrycojones) & [gleitz](https://github.com/gleitz) for contributions!