Tasty Bookmarks Chrome Extension#
Chrome extension for the Tasty Bookmarks application.
Features#
- Save the current page as a bookmark with one click
- Add a description and tags to your bookmarks
- Quickly access your bookmarks from any device
Development Setup#
- Clone this repository
- Navigate to
chrome://extensions/in Chrome - Enable "Developer mode" in the top right
- Click "Load unpacked" and select the
tasty_chromefolder - The extension is now installed
Building for Production#
When ready for production:
-
Generate icons (if using the provided SVG):
python generate_icons.py -
Package the extension:
- Zip all files excluding
generate_icons.pyandREADME.md - Upload to the Chrome Web Store
- Zip all files excluding
Authentication#
This extension requires an authentication token from the Tasty Bookmarks application:
- Log into your Tasty Bookmarks account at
http://localhost:4000 - Go to your profile page
- Click "Generate WebSocket Token"
- Copy the token and paste it into the extension
Contributing#
Contributions are welcome! Please feel free to submit a Pull Request.
License#
MIT