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
- Host: GitHub
- URL: https://github.com/victorb/ipfs-screenshoter
- Owner: victorb
- Created: 2017-10-07T07:09:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T07:21:37.000Z (almost 9 years ago)
- Last Synced: 2025-02-22T04:14:42.441Z (over 1 year ago)
- Language: JavaScript
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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