Skip to content

A chrome plugin to save images,text and url for later usage.

Notifications You must be signed in to change notification settings

swapnilmishra/InstaLater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it can do ?

  • Saves image (from context menu)
  • Saves text snippet (by selecting text and clicking on plugin icon)
  • Saves url (clicking on plugin icon without selected any text)

Folder structure

Folders are divided into sub-parts

  • pluggin - Contains code for plugin
  • server - Contains code for backend express server which have api to save and show data(Runs on port 3001)
  • app - Contains code for React app(UI) which displays saved artifacts (Runs on port 3000 and proxy to server for api calls)

Building pluggin

cd plugin
npm install or yarn install
gulp build // generates the plugin in plugin/dist directory

Running server

cd server
npm install or yarn install
npm start // runs backend api server on port 3001

Running app(UI)

cd app
npm install or yarn install
npm start // runs dev server on port 3000

About

A chrome plugin to save images,text and url for later usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published