This library is used for saving current webpage state into one huge html file including all resources (e.g. iframes, styles, pictures, fonts). You can use it for testing purposes, as a part of a feedback, etc.
git clone https://github.com/Auxoft/pagecatch.gitcd pagecatchnpm install# to instal all required npm modulesnpm install --global gulp-cli# to install Gulp CLInpm run build-extensions# to build chrome-extensions (See examples/)npm run build-lib# to build pageCatch as a library you can use in your own projects.gulp# build library and all example chrome-extensions.