An open API service indexing awesome lists of open source software.

https://github.com/victorb/ipfs-screenshoter

Takes a screenshot of your current window, then sends it via IPFS
https://github.com/victorb/ipfs-screenshoter

Last synced: about 1 month ago
JSON representation

Takes a screenshot of your current window, then sends it via IPFS

Awesome Lists containing this project

README

          

## ipfs-screenshoter
> Web Extension for one simple purpose, take screenshots and share on the distributed web

# Usage

- Install addon (https://addons.mozilla.org/en-US/firefox/addon/ipfs-screenshoter/)
- Click new toolbar button to take screenshot
- Copy URL of page that just opened
- Share with friends

# Todo

- [ ] Make sure js-ipfs doesn't make fans spin so much...
- [ ] Allow click and drag to select what to screenshot

# Development

- `npm install --global web-ext`
- `web-ext run --verbose --firefox nightly`
- Main file is at `background.js`

# License

MIT 2017 - Victor Bjelkholm