pile is a beautifully crafted chrome extension that show your pocket list
default view | item opened | adding tag |
---|---|---|
search filter | tag filter |
---|---|
the icons color are dynamicaly computed thx to the extract-colors
library
install from the chrome web store
prerequisite: bun
First create a copy of src/env.sample.json
into a new src/env.json
file.
In order to have your own version, you must "create a new app" in the pocket developer API.
Then, add the consumer key provided by pocket in the newly created src/env.json
file by replacing the XXXXX-XXXXXXXXXXX
chain.
Run bun install
once
Then, you either:
- (dev) run
bun run dev
- then import the
/dist
folder intochrome://extensions
in your browser
- then import the
- (prod) run
bun run build
- then import the
/dist/webext-prod
folder intochrome://extensions
in your browser - by then running
bun run zip
, you can also generates apile.zip
file that you can upload to the chrome web store
- then import the
This project is built using:
- typescript
- react
- tailwindcss
- extract-colors
- feather icons
- bun
- and plenty other tools and libraries that you can find in the package.json