Socket
Socket
Sign inDemoInstall

pagecatch

Package Overview
Dependencies
0
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    pagecatch

Chrome extension library for saving current webpage state into one huge html file including all resources (e.g. iframes, images, fonts)


Version published
Weekly downloads
22
increased by2100%
Maintainers
2
Install size
379 kB
Created
Weekly downloads
 

Readme

Source

Pagecatch Chrome extension's library

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.

To build the project you have to execute in a terminal:

  1. git clone https://github.com/Auxoft/pagecatch.git
  2. cd pagecatch
  3. npm install # to instal all required npm modules
  4. npm install --global gulp-cli # to install Gulp CLI
  5. npm run build-extensions # to build chrome-extensions (See examples/)
  6. npm run build-lib # to build pageCatch as a library you can use in your own projects.
  7. gulp # build library and all example chrome-extensions.

Keywords

FAQs

Last updated on 03 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc