Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcoles/full-page-screen-capture-chrome-extension
One-click full page screen captures in Google Chrome
https://github.com/mrcoles/full-page-screen-capture-chrome-extension
Last synced: 28 days ago
JSON representation
One-click full page screen captures in Google Chrome
- Host: GitHub
- URL: https://github.com/mrcoles/full-page-screen-capture-chrome-extension
- Owner: mrcoles
- License: mit
- Created: 2012-06-24T20:51:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-15T20:05:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T20:01:22.988Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl
- Size: 1.17 MB
- Stars: 1,310
- Watchers: 57
- Forks: 340
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
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 appFrom 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!