Skip to content

Latest commit

 

History

96 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a chrome extension that extends Pinterest's feature set by allowing the user to download images and videos. It is made purely for fun and has no monetization model attached to it.


The source is mainly in TypeScript and is transpiled into Javascript using Gulp.js.

Get started:

  1. Install dependancies: npm install
  2. To generate dev version (the task will keep running as you keep making changes): npm run dev
  3. To generate production version: npm run prod
  4. The code will be generated inside /dist. Load unpacked extension to Chrome to test

The manifest.json and manifest.PROD.json are meant to be used as different environments (same with config.json and config.PROD.json) but currently are the same. The appropriate file should be edited depending on whether you are generating the dev version or the prod version.