A user-friendly extension to manage your Pocket bookmarks and read later items inside Google Chrome.
- Have
Node.js
andNPM
installed - Clone the repository
- Install the dependencies with
npm i
- Start a development build
npm run watch
- Open the
dist/
in Google Chrome
npm run watch
: Runs the extension in development modenpm run build
: Creates a production buildnpm run clean
: Wipes out the distribution foldernpm run build
: Perform a clean buildnpm run pack
: Creates a production-ready ZIP archive