SnapSite (website)
This extension / library provide a bridge between webpage and browser extension, to capture the current webpage.
Useful to add a bug tracking tool inside your webpage during your internal development, or to get customers feedbacks.
- Chrome >= 20
- Firefox >= 47
- Safari >= 8
- Opera (soon)
- Edge (soon)
- Capture webpage content to clipboard using browser action
- Useragent cannot be spoofed
- Send screenshot as base64 through snapsite lib
- Start server
- python -m SimpleHTTPServer
- Go to 127.0.0.1:8080/example.html
- Click on "Try me"
- If the port is already used, try again with an extra parameter
- python -m SimpleHTTPServer 8180