In Your Pocket is an alternative solution and unofficial client for the Pocket web service. It provides additional features and in-browser Pocket experience. In Your Pocket is inspired by the open-source project In My Pocket for Mozilla Firefox. If you think you can help improve this project, feel free to contribute.
You can download the extension from Chrome Web Store.
You need to download and install npm
on your machine. Clone the repository and install the dependencies using npm install
.
npm run watch
: Packs the source using development config and runs webpack in watch mode.npm run build
: Packs the source using production config.npm run clean
: Wipes out the output folder.npm run build:clean
: Wipes out the existing packed source code and re-build.npm run pack
: Creates a clean build and zips it.
If you have any suggestions to make this project better, you can email me at [email protected]. I've also created a Trello board for the project to manage and make it better.