About the Repository | Technologies | How to Run | Acknowledgments | License
😡😡😡Dumping nuclear wastewater into the ocean, damn it! 💣🗾💥😤😤😤
This repository is forked from https://github.com/br4adam/bookmarks, an application designed to easily manage web bookmarks. Compared to the original repository, this repository mainly made the following changes:
- Transformed into a Chrome extension.
- Removed the
supabase
dependency and related login authentication modules. - Added bookmark groups management.
- Added bookmark import and export functions.
- Changed the method of obtaining web page metadata, eliminating dependency on limited online services.
- Altered the method of fetching icons, reducing reliance on limited online services.
- Simplified some UI.
- Other minor changes.
git clone git@github.com:young2j/bookmarks-extension.git
cd bookmarks-extension
pnpm install
pnpm build
After that, a folder named chrome-mv3-prod
will be generated in the build/
directory.
Load the aforementioned unpacked extension at the chrome
browser extension management page chrome://extensions/
.
Download the bookmarks-extension.zip
directly from the releases
page, unzip it, and load it at the chrome
browser extension management page chrome://extensions/
.
https://github.com/br4adam/bookmarks
This project is licensed under the MIT License. For more details, see the LICENSE file.
Made with ❤️ by young2j